summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 27a09b4..4e4a96c 100644
--- a/.bashrc
+++ b/.bashrc
@@ -28,7 +28,11 @@ alias igit='git log --all --oneline --decorate --graph'
alias ranger='ranger --choosedir=$HOME/.local/share/ranger/lastdir && cd "$(cat $HOME/.local/share/ranger/lastdir)"'
GOPATH=$HOME/go
-PATH=$PATH:~/bin
+
+PATH=$PATH:~/bin # legacy
+PATH=$PATH:~/.local/bin # based on cross desktop group specification:
+# https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
+
export EDITOR=vim
parse_git_branch() {