Skip to content

Commit

Permalink
Add google-cloud-sdk zsh integration
Browse files Browse the repository at this point in the history
  • Loading branch information
semanser committed Jan 3, 2024
1 parent 6d5690b commit 69da4ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
export PATH="/usr/local/bin:$PATH"
export PATH="/Users/semanser/.cabal/bin:$PATH"


# Set custom prompt
PROMPT="%(?:%{$fg_bold[green]%}➜:%{$fg_bold[red]%}➜)"
PROMPT+=' %{$fg[cyan]%}%c%{$reset_color%} '
Expand All @@ -128,6 +127,9 @@ export FZF_DEFAULT_OPTS=" \
eval "$(direnv hook zsh)"
eval "$(rtx activate zsh)"

source "$(brew --prefix)/share/google-cloud-sdk/path.zsh.inc"
source "$(brew --prefix)/share/google-cloud-sdk/completion.zsh.inc"

# Per-command profiling:

# unsetopt xtrace
Expand Down

0 comments on commit 69da4ca

Please sign in to comment.