diff options
| author | eug-vs <eugene@eug-vs.xyz> | 2022-01-14 17:15:45 +0300 |
|---|---|---|
| committer | eug-vs <eugene@eug-vs.xyz> | 2022-01-14 17:17:10 +0300 |
| commit | 0e510aad5a787361a1e4cca9959ea880697835c3 (patch) | |
| tree | 052637f27ca008d14e323305db770a354060c9f4 /zsh | |
| parent | 8110ce284ef1389b70948da71002e3124e84a2bf (diff) | |
| download | dotfiles-0e510aad5a787361a1e4cca9959ea880697835c3.tar.gz | |
feat(zsh): add useful aliases
Diffstat (limited to 'zsh')
| -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 |