From: Frederik Vanrenterghem Date: Fri, 3 May 2024 14:53:03 +0000 (+0800) Subject: Include ~/scripts folder in $PATH. X-Git-Url: http://git.vanrenterghem.biz/Dotty.git/commitdiff_plain/4779acb056bafd13c5a99ab9b94d753fe98b5bc8?ds=sidebyside Include ~/scripts folder in $PATH. --- diff --git a/bash/.bashrc b/bash/.bashrc index 141a601..12b5184 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -31,3 +31,4 @@ export PYENV_ROOT="$HOME/.pyenv" [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)" +export PATH="$PATH:$HOME/scripts"