mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
linting
This commit is contained in:
parent
dd6c54f089
commit
7eccec0a51
2 changed files with 6 additions and 3 deletions
|
|
@ -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}"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue