moar of the same
This commit is contained in:
parent
8dae6a7403
commit
efa08312b9
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue