We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2476d85 commit 4edfcd2Copy full SHA for 4edfcd2
dot_zshrc
@@ -191,8 +191,10 @@ eval $(thefuck --alias)
191
192
source $(brew --prefix)/opt/asdf/libexec/asdf.sh
193
194
-source "$(brew --prefix)/share/google-cloud-sdk/path.zsh.inc"
195
-source "$(brew --prefix)/share/google-cloud-sdk/completion.zsh.inc"
+if [[ $OSTYPE == 'darwin'* ]]; then
+ source "$(brew --prefix)/share/google-cloud-sdk/path.zsh.inc"
196
+ source "$(brew --prefix)/share/google-cloud-sdk/completion.zsh.inc"
197
+fi
198
199
PS1="$(pwd) > "
200
PROMPT_LAYOUT='<excuse><cheers><vcs><nl>[<cwd><? ><exit>] <char> '
0 commit comments