[zsh] Fix missing dir errors
This commit is contained in:
@ -36,7 +36,7 @@ PROMPT="${hostname} ${PROMPT}"
|
|||||||
|
|
||||||
export PATH="/home/powellc/.shorebird/bin:$PATH"
|
export PATH="/home/powellc/.shorebird/bin:$PATH"
|
||||||
export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
|
export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
|
||||||
. ${ASDF_DATA_DIR:-$HOME/.asdf}/plugins/golang/set-env.zsh
|
. ${ASDF_DATA_DIR:-$HOME/.asdf}/plugins/golang/set-env.zsh &>/dev/null
|
||||||
|
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ export VISUAL="$EDITOR"
|
|||||||
|
|
||||||
case "$(uname -s)" in
|
case "$(uname -s)" in
|
||||||
Linux)
|
Linux)
|
||||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv &>/dev/null)"
|
||||||
;;
|
;;
|
||||||
Darwin)
|
Darwin)
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
|
|||||||
Reference in New Issue
Block a user