]> git.donarmstrong.com Git - zsh.git/commitdiff
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'