Skip to content

Commit

Permalink
🦗 taps and autocd
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Oct 4, 2024
1 parent 78d55bd commit cc4b4f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion macos/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

tap "homebrew/bundle"
tap "homebrew/services"
tap "hashicorp/tap"
tap "go-task/tap"

##########################################################
####################### UTILITIES ########################
Expand Down Expand Up @@ -40,7 +42,7 @@ brew "openjdk"
brew "pipx"
brew "ripgrep"
brew "sops"
brew "terraform"
brew "hashicorp/tap/terraform"
brew "terragrunt"
brew "thefuck"
brew "tree"
Expand Down
6 changes: 3 additions & 3 deletions shell/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ if [[ ! $PATH == *"${HOME}/.local/bin"* ]]; then
export PATH="$PATH:${HOME}/.local/bin"
fi

# disable autocd
unsetopt autocd

# source the `.zshrc` file
function sync() {
log_event info "Syncing ZSH Configuration..."
Expand Down Expand Up @@ -124,6 +121,9 @@ if command -v direnv &>/dev/null; then
eval "$(direnv hook zsh)"
fi

# disable autocd
unsetopt autocd

#########################################################################################################

# Amazon Q post block. Keep at the bottom of this file.
Expand Down

0 comments on commit cc4b4f5

Please sign in to comment.