]> git.decadent.org.uk Git - dak.git/commitdiff
alias psql to be sure to use libreadline and not the crap and unusable libedit
authorJoerg Jaspert <joerg@debian.org>
Sun, 13 Feb 2011 11:50:00 +0000 (12:50 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 13 Feb 2011 11:50:00 +0000 (12:50 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/homedir/.bashrc

index f6baa90db4e752fe6de7bcfb190808c13cc39510..2a4fd452be35359feac8efef350fcaf8e87c05ce 100644 (file)
@@ -57,3 +57,4 @@ export CDPATH=".:~:${base}:${public}:${queuedir}"
 
 alias base='cd ${base}'
 alias config='cd ${configdir}'
+alias psql='LD_PRELOAD=/lib/libreadline.so.5 psql'