From 0e510aad5a787361a1e4cca9959ea880697835c3 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Fri, 14 Jan 2022 17:15:45 +0300 Subject: feat(zsh): add useful aliases --- zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3