diff options
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ alias tw=timew alias s="sudo systemctl" alias k=kubectl alias py=python +alias grep="grep --color=auto" +alias ls="ls --color=auto -hN --group-directories-first" +alias cp="cp -v" +alias rm="rm -v" # FZF source /usr/share/fzf/key-bindings.zsh 2> /dev/null |