mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-17 05:00:19 +00:00
updates
This commit is contained in:
parent
4f82f80b53
commit
8616e48112
7 changed files with 216 additions and 40 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue