This commit is contained in:
Denis Isidoro 2020-03-16 08:14:02 -03:00
parent dd6c54f089
commit 7eccec0a51
2 changed files with 6 additions and 3 deletions

View file

@ -119,9 +119,9 @@ installation_finish_instructions() {
local code
if [[ $shell = "zsh" ]]; then
code="navi widget ${shell} | source"
else
else
code="source <(navi widget ${shell})"
fi
fi
echoerr -e "\nTo add the Ctrl-G keybinding, add the following to ~/.${shell}rc:\n ${code}"
}