This commit is contained in:
Harivansh Rathi 2026-03-13 11:39:29 -04:00
parent 4f82f80b53
commit 8616e48112
7 changed files with 216 additions and 40 deletions

View file

@ -57,13 +57,6 @@
'')
(lib.mkOrder 1000 ''
export HOMEBREW_PREFIX="/opt/homebrew"
export HOMEBREW_CELLAR="/opt/homebrew/Cellar"
export HOMEBREW_REPOSITORY="/opt/homebrew"
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
export MANPATH="/opt/homebrew/share/man''${MANPATH+:$MANPATH}:"
export INFOPATH="/opt/homebrew/share/info:''${INFOPATH:-}"
if [[ -f ~/.config/secrets/shell.zsh ]]; then
source ~/.config/secrets/shell.zsh
elif [[ -f ~/.secrets ]]; then
@ -71,7 +64,7 @@
fi
export PATH="$HOME/.local/bin:$PATH"
export PATH="${pkgs.postgresql_16}/bin:$PATH"
export PATH="${pkgs.postgresql_17}/bin:$PATH"
export PATH="$HOME/.opencode/bin:$PATH"
eval "$(zoxide init zsh)"