aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 79bdb38..3f523a5 100644
--- a/.zshrc
+++ b/.zshrc
@@ -32,5 +32,9 @@ if command -v direnv &> /dev/null; then
eval "$(direnv hook zsh)"
fi
+if command -v navi &> /dev/null; then
+ eval "$(navi widget zsh)"
+fi
+
[[ $(uname) == Darwin ]] && [ -r $HOME/.macos ] && source $HOME/.macos
[ -r $HOME/.zsh_local ] && source $HOME/.zsh_local