From b83afc775a0e89ee24b750ee565bb0b2cfdc79e8 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 16 Aug 2015 22:04:10 -0700 Subject: [bash] add a new alias for git and change EDITOR. --- bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit 1.4.1