From: martin f. krafft Date: Sat, 6 Dec 2008 11:12:04 +0000 (+0100) Subject: pipe w through cat due to #183394 X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/0eaff6d606e461d6379657c0da03c484d3288d3d pipe w through cat due to #183394 --- diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index a807fdf..fe37189 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -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'