plasmarestart alias no longer binded with &&
This commit is contained in:
parent
06be0f771a
commit
5664f13aea
|
@ -23,7 +23,7 @@ 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 psgrep="ps axu | grep"
|
||||||
alias plasmarestart="killall plasmashell && kstart plasma-desktop"
|
alias plasmarestart="killall plasmashell; kstart plasma-desktop"
|
||||||
|
|
||||||
### ZSH HOME
|
### ZSH HOME
|
||||||
export ZSH=$HOME/.zsh
|
export ZSH=$HOME/.zsh
|
||||||
|
|
Loading…
Reference in New Issue