Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
baileywickham committed Dec 2, 2024
1 parent 3f51a58 commit 0de1891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ esac
[ -f /opt/homebrew/etc/profile.d/autojump.sh ] && . /opt/homebrew/etc/profile.d/autojump.sh
export PATH="/opt/homebrew/opt/postgresql@16/bin:$PATH"
export PATH="/opt/homebrew/opt/postgresql@16/bin:$PATH"
eval "$(starship init zsh)"
#eval "$(starship init zsh)"
2 changes: 1 addition & 1 deletion personal_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function install_packages_linux() {
}

function install_packages_osx() {
brew install fzf fd ripgrep gnu-sed
brew install fzf fd ripgrep gnu-sed autojump direnv
}

function install_omz() {
Expand Down

0 comments on commit 0de1891

Please sign in to comment.