From 4e471dac4dbb00c0ecb26e42bc64e29f6f6f29ef Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 25 May 2016 17:14:23 +0300 Subject: [PATCH] a quick way to do postgres --- shellrc | 1 + 1 file changed, 1 insertion(+) 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'