mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Update .zshenv to source local env if it exists
This commit is contained in:
@@ -100,3 +100,5 @@ export GPG_TTY=$(tty)
|
|||||||
|
|
||||||
# Starship Prompt
|
# Starship Prompt
|
||||||
export STARSHIP_CONFIG="$XDG_CONFIG_HOME/starship/starship.toml"
|
export STARSHIP_CONFIG="$XDG_CONFIG_HOME/starship/starship.toml"
|
||||||
|
|
||||||
|
[ -f "$LOCAL_ENV" ] && source "$LOCAL_ENV"
|
||||||
|
|||||||
Reference in New Issue
Block a user