1
0
Fork 0

a quick way to do postgres

This commit is contained in:
Von Random 2016-05-25 17:14:23 +03:00
parent feaa479780
commit 4e471dac4d

View file

@ -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'