From 104d46826da3ea9ec6fac342d72d1ecd336c5917 Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 16 Jun 2016 11:41:10 +0300 Subject: [PATCH] mysql trying to exit on ctrl-c can go fuck itself --- shellrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shellrc b/shellrc index 087c7b5..538c0c4 100644 --- a/shellrc +++ b/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'