From ed8b03dffb2358b38df882075ff31f06951a95d6 Mon Sep 17 00:00:00 2001 From: Thomas Wickham Date: Sun, 13 Oct 2013 11:29:22 +0200 Subject: [PATCH] Add postgresql shortcut --- shortcuts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shortcuts.sh b/shortcuts.sh index 90a2975..172902d 100644 --- a/shortcuts.sh +++ b/shortcuts.sh @@ -14,4 +14,6 @@ alias -g kbus='setxkbmap us' alias -g e=echo alias -g j='jobs -l' +alias s='rlfe psql' + # /* vim ft=bash */