mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-20 11:55:32 +00:00
fix(shell): Fix tool paths from append to prepend
This commit is contained in:
@@ -25,9 +25,9 @@ export HOMEBREW_PKG="$HOMEBREW/opt"
|
|||||||
export HOMEBREW_NO_ENV_HINTS=1
|
export HOMEBREW_NO_ENV_HINTS=1
|
||||||
|
|
||||||
path_append "/usr/local/bin"
|
path_append "/usr/local/bin"
|
||||||
path_append "$HOMEBREW_SBIN"
|
path_prepend "$HOMEBREW_SBIN"
|
||||||
path_append "$HOMEBREW_BIN"
|
path_prepend "$HOMEBREW_BIN"
|
||||||
path_append "$XDG_BIN_HOME"
|
path_prepend "$XDG_BIN_HOME"
|
||||||
|
|
||||||
# brew, https://brew.sh
|
# brew, https://brew.sh
|
||||||
have brew && {
|
have brew && {
|
||||||
|
|||||||
Reference in New Issue
Block a user