]> git.madduck.net Git - etc/zsh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

pipe w through cat due to #183394
authormartin f. krafft <madduck@madduck.net>
Sat, 6 Dec 2008 11:12:04 +0000 (12:12 +0100)
committermartin f. krafft <madduck@madduck.net>
Sat, 6 Dec 2008 11:12:04 +0000 (12:12 +0100)
.zsh/zshrc/30_aliases

index a807fdfc1810483d832140399e511994a1075de6..fe37189c9ed0ca79bd6aa1d8cf2417a5af4b5658 100644 (file)
@@ -48,6 +48,9 @@ cd () { __CHPWD_RUN_FIRST=lscontext && builtin cd "$@" && unset __CHPWD_RUN_FIRS
 #_cd_l() { ll }
 #chpwd_functions+=_cd_l
 
+# #183394
+alias w='w|cat'
+
 alias egrep='egrep --color=auto -d skip'
 alias fgrep='fgrep --color=auto -d skip'
 alias grep='grep --color=auto -d skip'