mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 15:46:54 -04:00
feat(zsh): add google cloud integration
Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com>
This commit is contained in:
@@ -98,6 +98,17 @@ zstyle ':fzf-tab:complete:__zoxide_z:*' fzf-preview 'ls --color $realpath'
|
|||||||
eval "$(fzf --zsh)"
|
eval "$(fzf --zsh)"
|
||||||
eval "$(zoxide init --cmd cd zsh)"
|
eval "$(zoxide init --cmd cd zsh)"
|
||||||
|
|
||||||
|
############################################################
|
||||||
|
# Google Cloud SDK
|
||||||
|
############################################################
|
||||||
|
if [ -f "${HOME}/.google-cloud-sdk/path.zsh.inc" ]; then
|
||||||
|
. "${HOME}/.google-cloud-sdk/path.zsh.inc"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -f "${HOME}/.google-cloud-sdk/completion.zsh.inc" ]; then
|
||||||
|
. "${HOME}/.google-cloud-sdk/completion.zsh.inc"
|
||||||
|
fi
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
# Custom environment variables
|
# Custom environment variables
|
||||||
############################################################
|
############################################################
|
||||||
@@ -126,3 +137,4 @@ alias docker-compose='docker compose'
|
|||||||
alias neofetch='fastfetch'
|
alias neofetch='fastfetch'
|
||||||
alias lazygit='lazygit -ucd $HOME/.config/lazygit'
|
alias lazygit='lazygit -ucd $HOME/.config/lazygit'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user