feat(path):add custom nvim path on truenas
This commit is contained in:
parent
2b71f2a7cb
commit
3f0b8e878f
1 changed files with 4 additions and 1 deletions
5
.zshrc
5
.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"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue