From dd2a5f1cd4f4bfd5d5cf5c5c5ac5e375d4f8b8ad Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 21 Jul 2015 10:09:59 -0700 Subject: [bash] fix alias for emacs. Typo in the alternative editor in emacsclient. --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 097fd6a..0ae5e17 100644 --- a/bashrc +++ b/bashrc @@ -1,5 +1,5 @@ export TERM=xterm-256color -export EDITOR="emacsclient -a enacs -nw" +export EDITOR="emacsclient -a emacs -nw" export HISTFILE= export LANG="en_US.UTF-8" export LC_ALL="$LANG" -- cgit 1.4.1