summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/bashrc b/bashrc
index 0ae5e17..368c40b 100644
--- a/bashrc
+++ b/bashrc
@@ -1,5 +1,4 @@
-export TERM=xterm-256color
-export EDITOR="emacsclient -a emacs -nw"
+export EDITOR=vim
export HISTFILE=
export LANG="en_US.UTF-8"
export LC_ALL="$LANG"
@@ -58,7 +57,6 @@ alias mv="mv -i"
alias rm="rm -i"
alias e="$EDITOR"
-alias em="emacsclient -a emacs -n"
alias g="git"
alias gclean="git clean -dfx"