diff options
| author | xengineering <me@xengineering.eu> | 2022-03-03 18:16:13 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2022-03-03 18:16:13 +0100 |
| commit | 67fe77ccb8435c1114476b3cbe326f581f23b584 (patch) | |
| tree | 867fe54fb50f04af898caf0dc3a0c93e43c71eb2 | |
| parent | b6485d944a20d41a1d74732caf8830834e7eed94 (diff) | |
| download | dotfiles-67fe77ccb8435c1114476b3cbe326f581f23b584.tar dotfiles-67fe77ccb8435c1114476b3cbe326f581f23b584.tar.zst dotfiles-67fe77ccb8435c1114476b3cbe326f581f23b584.zip | |
Add new scripts folder
| -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() { |
