diff options
Diffstat (limited to '')
-rw-r--r-- | bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bashrc b/bashrc index 6bc2d77..70a4ea6 100644 --- a/bashrc +++ b/bashrc @@ -1,4 +1,4 @@ -export EDITOR=vim +export EDITOR="emacsclient -c -a '' -nw" export HISTFILE= export LANG="en_US.UTF-8" export LC_ALL="$LANG" @@ -59,6 +59,7 @@ alias rm="rm -i" alias e="$EDITOR" alias g="git" alias gclean="git clean -dfx" +alias gst="git status" alias gerp="grep --color=auto" alias grep="grep --color=auto" |