aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 6d87af3..f249b00 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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