update zsh
This commit is contained in:
@@ -22,11 +22,12 @@ else
|
||||
start_agent;
|
||||
fi
|
||||
|
||||
export FLUTTER_ROOT="$HOME/apps/flutter"
|
||||
export GOPATH="$HOME/go"
|
||||
export GOROOT="$HOME/apps/go"
|
||||
export NODE_ROOT="$HOME/apps/node"
|
||||
|
||||
export PATH="$GOPATH/bin:$GOROOT/bin:$NODE_ROOT/bin:$PATH"
|
||||
export PATH="$GOPATH/bin:$GOROOT/bin:$NODE_ROOT/bin:$FLUTTER_ROOT/bin:$PATH"
|
||||
|
||||
if [ -f "$HOME/.cargo/env" ]; then
|
||||
. "$HOME/.cargo/env"
|
||||
@@ -35,3 +36,9 @@ fi
|
||||
if [ -d "$HOME/bin" ]; then
|
||||
export PATH="$HOME/bin:$PATH"
|
||||
fi
|
||||
|
||||
# The next line updates PATH for the Google Cloud SDK.
|
||||
if [ -f '/Users/jay/apps/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/jay/apps/google-cloud-sdk/path.zsh.inc'; fi
|
||||
|
||||
# The next line enables shell command completion for gcloud.
|
||||
if [ -f '/Users/jay/apps/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/jay/apps/google-cloud-sdk/completion.zsh.inc'; fi
|
||||
|
||||
Reference in New Issue
Block a user