feat(brew): add homebrew quirks for truenas
This commit is contained in:
parent
3f0b8e878f
commit
c6cab93f4d
3 changed files with 13 additions and 7 deletions
4
.zshrc
4
.zshrc
|
@ -1,8 +1,4 @@
|
|||
export PATH="$PATH:$HOME/.local/bin:$HOME/bin"
|
||||
if uname -r | grep -qi "truenas"; then
|
||||
export PATH="$HOME/bin:$HOME/bin/nvim/bin:$PATH"
|
||||
fi
|
||||
|
||||
# ── 2. Load .env files from ~/.environment.d/ ───────────────────
|
||||
# Automatically export all variables defined while sourcing .env files
|
||||
setopt allexport
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue