From 73c705d900656c7e93bd59455bea58d621938fe0 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 18 Feb 2013 01:04:54 +0000 Subject: [PATCH] Add aliases for new emacs-gui-client and emacs-gui-server commands --- shell/aliases.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/aliases.sh b/shell/aliases.sh index ede3775..280147d 100644 --- a/shell/aliases.sh +++ b/shell/aliases.sh @@ -18,6 +18,8 @@ alias reload="source ~/.profile" alias n="nano" alias t="mate" alias e="$DOTBIN/emacsclient-wrapper" +alias eg="$DOTBIN/emacs-gui-client" +alias egs="$DOTBIN/emacs-gui-server" # Utils alias ma="make"