added some aliases
This commit is contained in:
parent
bbc000dbca
commit
06be0f771a
|
@ -22,6 +22,8 @@ alias sudo='nocorrect sudo '
|
||||||
alias grep="grep --color"
|
alias grep="grep --color"
|
||||||
alias egrep="grep -E"
|
alias egrep="grep -E"
|
||||||
alias lgrep="find | grep"
|
alias lgrep="find | grep"
|
||||||
|
alias psgrep="ps axu | grep"
|
||||||
|
alias plasmarestart="killall plasmashell && kstart plasma-desktop"
|
||||||
|
|
||||||
### ZSH HOME
|
### ZSH HOME
|
||||||
export ZSH=$HOME/.zsh
|
export ZSH=$HOME/.zsh
|
||||||
|
|
Loading…
Reference in New Issue