diff --git a/shellrc b/shellrc index 04b4615..087c7b5 100644 --- a/shellrc +++ b/shellrc @@ -57,6 +57,7 @@ alias hist='fc -l 1' alias beep='printf "\007"' alias fixterm='printf "c"' alias vi='command vim' +alias pg-linux-client='command sudo -u postgres psql' # iconv alias iconvwk='command iconv -c -f cp1251 -t koi8-r'