X-Git-Url: https://v.licheni.net/stack/conf/bash.git/blobdiff_plain/231cc679b13e164d8a4a4414efdd9ddf8214620d..a658aac347c96817ab4f4532f347adc0f7c2ed51:/bashrc diff --git a/bashrc b/bashrc index b0542a9..8e38135 100644 --- a/bashrc +++ b/bashrc @@ -106,3 +106,5 @@ fi if [ -f /etc/bash_completion ] && ! shopt -oq posix; then . /etc/bash_completion fi + +export PATH="~/bin:$PATH"