X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=bashrc;h=dfe0d0fcd48b444c638edbef243e9faa5030f1c8;hb=HEAD;hp=bfd0ce28b507bc00878f67ceffa339f6d1e98962;hpb=18372869bdb42b1ba61794ab987d57e8e94e1fa1;p=dotfiles.git diff --git a/bashrc b/bashrc index bfd0ce2..dfe0d0f 100644 --- a/bashrc +++ b/bashrc @@ -69,6 +69,8 @@ if [ -f "/Users/peli3/.git-completion.bash" ]; then . "/Users/peli3/.git-completion.bash" fi +# export ~/.bin into PATH +export PATH="$HOME/.bin":$PATH; ## https://linuxtoy.org/archives/bash_tricks.html #shopt -s histappend #PROMPT_COMMAND='history -a'