From 3f0b8e878fad58d70a2dfe2e71822b561324a5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Ole=20H=C3=BCbner?= Date: Sun, 13 Apr 2025 17:30:38 +0200 Subject: [PATCH] feat(path):add custom nvim path on truenas --- .zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index c7b3f52..9372eb3 100755 --- a/.zshrc +++ b/.zshrc @@ -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"