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

[dak/master] rename one function, drop psql alias



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/homedir/.bashrc |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/config/homedir/.bashrc b/config/homedir/.bashrc
index 881e730..c01de26 100644
--- a/config/homedir/.bashrc
+++ b/config/homedir/.bashrc
@@ -44,7 +44,7 @@ esac
 
 . $SCRIPTVARS
 
-function emacs() {
+function em() {
     export EDITOR=$(which emacs)
 }
 
@@ -58,4 +58,3 @@ export PATH="~/bin/:${PATH}"
 
 alias base='cd ${base}'
 alias config='cd ${configdir}'
-alias psql='LD_PRELOAD=/lib/libreadline.so.5 psql'
-- 
1.7.10.4


Reply to: