summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index a456bd1..ecc83ae 100644
--- a/.bashrc
+++ b/.bashrc
@@ -24,6 +24,7 @@ alias horizons='telnet horizons.jpl.nasa.gov 6775' # a NASA server providing da
GOPATH=$HOME/go
PATH=$PATH:~/bin
+EDITOR=vim
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'