diff options
Diffstat (limited to '')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |