moar of the same

This commit is contained in:
Christoph J. Scherr 2023-01-07 23:45:43 +01:00
parent 8dae6a7403
commit efa08312b9
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ alias ls="ls --color -h"
alias rm='echo "If you really want to use rm, use purge.\nOtherwise, please consider using trash instead: trash"'
alias purge="/usr/bin/rm"
alias sudo='nocorrect sudo '
alias grep="grep --color -n"
### ZSH HOME
export ZSH=$HOME/.zsh-server

View File

@ -19,6 +19,7 @@ alias rm='echo "If you really want to use rm, use purge.\nOtherwise, please cons
alias purge="/usr/bin/rm"
alias plasmarestart="kquitapp5 plasmashell && kstart5 plasmashell"
alias sudo='nocorrect sudo '
alias grep="grep --color -n"
### ZSH HOME
export ZSH=$HOME/.zsh