add local scripts to $PATH

This commit is contained in:
Jan Jastrow 2024-08-11 00:26:27 +02:00
parent 9bd5388862
commit 9fd7c99e85

View File

@ -37,6 +37,10 @@ fi
# Path additions
#
if test -d "$HOME/.dotfiles/scripts"; then
export PATH="$HOME/.dotfiles/scripts:$PATH"
fi
if test -d "/opt/homebrew/"; then
export PATH="/opt/homebrew/bin:$PATH"
eval "$(/opt/homebrew/bin/brew shellenv)"