Skip to content

Instantly share code, notes, and snippets.

@alchen99
Created October 28, 2021 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alchen99/3ac1bf38823b3d0b941c0d4fcd8dd1c7 to your computer and use it in GitHub Desktop.
Save alchen99/3ac1bf38823b3d0b941c0d4fcd8dd1c7 to your computer and use it in GitHub Desktop.
test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash"
test -e "${HOME}/azure.completion.sh" && source "${HOME}/azure.completion.sh"
test -e "/usr/local/azure-cli/az.completion" && source '/usr/local/azure-cli/az.completion'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment