diff --git a/home/.config/zsh/03-functions.zsh b/home/.config/zsh/03-functions.zsh index 6e65cbe..c5ea1cc 100644 --- a/home/.config/zsh/03-functions.zsh +++ b/home/.config/zsh/03-functions.zsh @@ -154,7 +154,7 @@ mtr() { grc mtr $@ } netstat() { grc mount $@ } ping() { grc ping $@ } ps() { grc ps $@ } -tail() { grc ping $@ } +tail() { grc tail $@ } traceroute() { grc traceroute $@ } wdiff() { grc wdiff $@ } blkid() { grc blkid $@ }