feat(path):add custom nvim path on truenas

This commit is contained in:
Jan-Ole Hübner 2025-04-13 17:30:38 +02:00
parent 2b71f2a7cb
commit 3f0b8e878f

5
.zshrc
View file

@ -1,4 +1,7 @@
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
@ -32,6 +35,6 @@ autosource nas
autosource fuck
autosource download
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
#test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"