diff --git a/config/.zshrc b/config/.zshrc index 1a65c43..f8a9798 100644 --- a/config/.zshrc +++ b/config/.zshrc @@ -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)" diff --git a/personal_packages.sh b/personal_packages.sh index 6022b94..61bfed6 100755 --- a/personal_packages.sh +++ b/personal_packages.sh @@ -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() {