summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 6e12bc1..74cbdf4 100644
--- a/.bashrc
+++ b/.bashrc
@@ -27,7 +27,7 @@ alias wlrecord='wf-recorder -a -g "$(slurp)"'
GOPATH=$HOME/go
PATH=$PATH:~/bin
-EDITOR=vim
+export EDITOR=vim
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'