Fix quotes for good
This commit is contained in:
parent
a8fbb193d2
commit
63db9b8bca
@ -118,7 +118,7 @@ alias ls='ls --color=auto'
|
|||||||
#alias cd..='cd ..'
|
#alias cd..='cd ..'
|
||||||
|
|
||||||
# kill all wine processes
|
# kill all wine processes
|
||||||
alias killwine="ls -l /proc/*/exe 2>/dev/null | grep -E 'wine(64)?-preloader|wineserver' | perl -pe 's;^.*/proc/(\d+)/exe.*$;$1;g;' | xargs -n 1 kill"
|
alias killwine='ls -l /proc/*/exe 2>/dev/null | grep -E \'wine(64)?-preloader|wineserver\' | perl -pe \'s;^.*/proc/(\d+)/exe.*$;$1;g;\' | xargs -n 1 kill'
|
||||||
|
|
||||||
## Colorize the grep command output for ease of use (good for log files)##
|
## Colorize the grep command output for ease of use (good for log files)##
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
|
Loading…
Reference in New Issue
Block a user