summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index a176073..e5c1efd 100644
--- a/bashrc
+++ b/bashrc
@@ -1,5 +1,5 @@
export TERM=xterm-256color
-export EDITOR="emacsclient -a enacs -n"
+export EDITOR="emacsclient -a enacs -nw"
export HISTFILE=
export LANG="en_US.UTF-8"
export LC_ALL="$LANG"
@@ -58,7 +58,7 @@ alias mv="mv -i"
alias rm="rm -i"
alias e="$EDITOR"
-alias em="emacsclient -a emacs -nw"
+alias em="emacsclient -a emacs -n"
alias g="git"
alias gclean="git clean -dfx"