Source local env file
This commit is contained in:
parent
647eb96381
commit
3b326ec390
5
zshenv
5
zshenv
@ -18,6 +18,11 @@ if (( $+commands[ruby] )); then
|
|||||||
[[ -d "$gem_bin_path" ]] && path+=("$gem_bin_path")
|
[[ -d "$gem_bin_path" ]] && path+=("$gem_bin_path")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Local environment
|
||||||
|
if [[ -s ~/.zshenv.local ]]; then
|
||||||
|
source ~/.zshenv.local
|
||||||
|
fi
|
||||||
|
|
||||||
# Setup go paths
|
# Setup go paths
|
||||||
if (( $+commands[go] )); then
|
if (( $+commands[go] )); then
|
||||||
local go_bin_path="$(go env GOPATH)/bin"
|
local go_bin_path="$(go env GOPATH)/bin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user