X-Git-Url: https://v.licheni.net/stack/conf/bash.git/blobdiff_plain/6e6da734ed9ec382ed76e0f8da85a6c5a47c06d4..refs/heads/master:/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"