From 9daee83daa0a8048355e2b2af9e5afbdd0673252 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Mon, 12 Jul 2021 11:58:05 +0200 Subject: [PATCH] zsh: small fix --- .zshrc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc.local b/.zshrc.local index bb4aefc..929c5cf 100644 --- a/.zshrc.local +++ b/.zshrc.local @@ -47,7 +47,7 @@ fi [ -s "/usr/share/fzf/completion.zsh" ] && . "/usr/share/fzf/completion.zsh" # fnm -if hash keychain 2>/dev/null; then +if hash fnm 2>/dev/null; then eval "$(fnm env)" fi