mysql trying to exit on ctrl-c can go fuck itself
This commit is contained in:
parent
948f9572fc
commit
104d46826d
1 changed files with 1 additions and 0 deletions
1
shellrc
1
shellrc
|
@ -58,6 +58,7 @@ alias beep='printf "\007"'
|
|||
alias fixterm='printf "c"'
|
||||
alias vi='command vim'
|
||||
alias pg-linux-client='command sudo -u postgres psql'
|
||||
alias mysql='mysql --sigint-ignore'
|
||||
|
||||
# iconv
|
||||
alias iconvwk='command iconv -c -f cp1251 -t koi8-r'
|
||||
|
|
Loading…
Reference in a new issue