summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2021-08-27 11:54:04 +0200
committerxengineering <me@xengineering.eu>2021-08-27 11:54:04 +0200
commit4ccd09685efe49c7ea213c5af3138b431eff1ae3 (patch)
treeccb413ffa3b0d8a0f1cf7579de0c19b270c537f5
parenta9285a04d0c3044562fe9d2471602509958cb5d2 (diff)
downloaddotfiles-4ccd09685efe49c7ea213c5af3138b431eff1ae3.tar
dotfiles-4ccd09685efe49c7ea213c5af3138b431eff1ae3.tar.zst
dotfiles-4ccd09685efe49c7ea213c5af3138b431eff1ae3.zip
Set EDITOR Variable in .bashrc
-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)/'