add google cloud sdk sourcing
This commit is contained in:
parent
15a8f33602
commit
6dda0b1d21
1 changed files with 5 additions and 0 deletions
|
@ -102,3 +102,8 @@ fi
|
|||
export PNPM_HOME="/home/daylin/.local/share/pnpm"
|
||||
export PATH="$PNPM_HOME:$PATH"
|
||||
# pnpm end
|
||||
|
||||
if [ -d "$HOME/.pkgs/google-cloud-sdk" ]; then
|
||||
source /home/daylin/.pkgs/google-cloud-sdk/completion.zsh.inc
|
||||
source /home/daylin/.pkgs/google-cloud-sdk/path.zsh.inc
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue