[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] alias psql to be sure to use libreadline and not the crap and unusable libedit



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/homedir/.bashrc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/config/homedir/.bashrc b/config/homedir/.bashrc
index f6baa90..2a4fd45 100644
--- a/config/homedir/.bashrc
+++ b/config/homedir/.bashrc
@@ -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'
-- 
1.5.6.5


Reply to: