From 8199db70cb00be55499c2a7a074288df6d41196b Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 10 May 2008 13:15:02 +0100 Subject: [PATCH 1/1] fix dev null path --- .zsh/zshrc/30_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index 6762211..575b1bb 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -64,7 +64,7 @@ compdef _doc doc alias giti='git init && git add . && git commit -minitial\ checkin' -if whence tailf >/devnull; then +if whence tailf >/dev/null; then alias t=tailf else alias t='tail -f' -- 2.39.2