Revert "[zsh] add ncdu color alias"

This reverts commit 93d21550bd.
This commit is contained in:
odrling 2022-06-10 18:27:34 +02:00
parent 93d21550bd
commit 6ffe294f69
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

1
.zshrc
View file

@ -73,7 +73,6 @@ alias ag="ag --nogroup"
alias s="vi ~/.local/bin/\$(stest -lx ~/.local/bin | fzf --tac -e)"
alias ffmpeg="ffmpeg -hide_banner"
alias ffprobe="ffprobe -hide_banner"
alias ncdu="ncdu --color dark"
[ -f ~/.zshrc.local ] && . ~/.zshrc.local