From 99f7c3ef1d8f62242fa2c9698a7ea2c92c463b9a Mon Sep 17 00:00:00 2001 From: Josiah Ledbetter Date: Sat, 11 Nov 2023 21:04:03 -0600 Subject: [PATCH] Fix some issues encountered on m2 mac. --- .zshrc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.zshrc b/.zshrc index 170162d..1dbd76e 100644 --- a/.zshrc +++ b/.zshrc @@ -72,15 +72,10 @@ echo -e "\e[31m || HATCHET\e[0m | $OSTYPE" echo -e "\e[31m ||\e[0m |" echo "" - -# The next line updates PATH for the Google Cloud SDK. -if [ -f '/Users/josiah.ledbetter/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/josiah.ledbetter/google-cloud-sdk/path.zsh.inc'; fi - -# The next line enables shell command completion for gcloud. -if [ -f '/Users/josiah.ledbetter/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/josiah.ledbetter/google-cloud-sdk/completion.zsh.inc'; fi if [ -e /Users/josiah.ledbetter/.nix-profile/etc/profile.d/nix.sh ]; then . /Users/josiah.ledbetter/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer export PATH="$HOME/.poetry/bin:$PATH" -autoload -U +X bashcompinit && bashcompinit -complete -o nospace -C /usr/local/bin/terraform terraform +autoload -Uz compinit +compinit +