X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=setup.sh;h=c04bc5269c1876527c829cd47f77125dc399bb66;hp=43ad66f5e5d3255735bc4cbc16eeb861d06a6f2e;hb=8a793a31d6328feb328a501ab3222add8f0bb903;hpb=48f5c4e242da82ca08d6a5ca93723618232be83c diff --git a/setup.sh b/setup.sh index 43ad66f..c04bc52 100755 --- a/setup.sh +++ b/setup.sh @@ -44,6 +44,13 @@ if installed maxima; then link maxima ~/.maxima fi +if installed psql; then + generate psql/psqlrc .in simple_cpp \ + HISTFILE_PATH -- "`pwd`/psql/history" + sed_i 's/^#/--/' psql/psqlrc + link psql/psqlrc ~/.psqlrc +fi + # MySQL client. if installed mysql; then link mysql/my.cnf ~/.my.cnf