Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
baileywickham committed Sep 9, 2024
1 parent 777af4b commit 3f51a58
Show file tree
Hide file tree
Showing 6 changed files with 1,653 additions and 80 deletions.
1 change: 1 addition & 0 deletions config/.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ path "$HOME/.local/bin"
path "${HOME}/bin"
path "${HOME}/bin/metaculus"
path "${HOME}/bin/cnsl"
path "${HOME}/bin/compiled"
export EDITOR="nvim"
export TERM="xterm-256color"
export PGDATA=/opt/homebrew/var/postgresql@16
Expand Down
3 changes: 2 additions & 1 deletion config/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@ 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"
source ~/.iterm2_shell_integration.zsh
export PATH="/opt/homebrew/opt/postgresql@16/bin:$PATH"
eval "$(starship init zsh)"
Loading

0 comments on commit 3f51a58

Please sign in to comment.