From: Siraaj Khandkar Date: Tue, 24 Nov 2020 23:37:41 +0000 (-0500) Subject: Use no-X emacs in the e alias X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=5973f8ada9e64009d67ed0c12e4450996ff2167a Use no-X emacs in the e alias --- diff --git a/home/lib/login_aliases.sh b/home/lib/login_aliases.sh index 308fff9..f0a57e1 100644 --- a/home/lib/login_aliases.sh +++ b/home/lib/login_aliases.sh @@ -1,5 +1,5 @@ alias g=git -alias e=emacs +alias e='emacs -nw' alias v=vim alias c='ncal -Mb' # -M : start week with Monday, -b : use old format (like in cal) alias h='history | fzf -e'