use opt not .pkgs
This commit is contained in:
parent
3e0753bc1b
commit
b066b8d7ed
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
||||||
source "$HOME/.pkgs/google-cloud-sdk/completion.zsh.inc"
|
|
||||||
path=("$HOME/.pkgs/google-cloud-sdk/bin" $path)
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
source "$HOME/opt/google-cloud-sdk/completion.zsh.inc"
|
||||||
|
path=("$HOME/opt/google-cloud-sdk/bin" $path)
|
Loading…
Reference in a new issue