diff options
-rw-r--r-- | .bashrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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() { |