From 0eaff6d606e461d6379657c0da03c484d3288d3d Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 6 Dec 2008 12:12:04 +0100 Subject: [PATCH 1/1] pipe w through cat due to #183394 --- .zsh/zshrc/30_aliases | 3 +++ 1 file changed, 3 insertions(+) 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' -- 2.39.2