mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-21 18:19:56 +01:00
add local scripts to $PATH
This commit is contained in:
parent
9bd5388862
commit
9fd7c99e85
4
zsh/env
4
zsh/env
@ -37,6 +37,10 @@ fi
|
|||||||
# Path additions
|
# Path additions
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if test -d "$HOME/.dotfiles/scripts"; then
|
||||||
|
export PATH="$HOME/.dotfiles/scripts:$PATH"
|
||||||
|
fi
|
||||||
|
|
||||||
if test -d "/opt/homebrew/"; then
|
if test -d "/opt/homebrew/"; then
|
||||||
export PATH="/opt/homebrew/bin:$PATH"
|
export PATH="/opt/homebrew/bin:$PATH"
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
|
Loading…
Reference in New Issue
Block a user