X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=c04bc5269c1876527c829cd47f77125dc399bb66;hb=5e4f35caea5a091d8683cc18df59c561c3944fd4;hp=43ad66f5e5d3255735bc4cbc16eeb861d06a6f2e;hpb=48f5c4e242da82ca08d6a5ca93723618232be83c;p=config%2Fdotfiles.git 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