mirror of
https://github.com/denisidoro/navi
synced 2025-02-16 12:38:28 +00:00
Prevent shell execution
This commit is contained in:
parent
68b0054840
commit
508801fdfb
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ installation_finish_instructions() {
|
|||
if [[ $shell = "zsh" ]]; then
|
||||
code="navi widget ${shell} | source"
|
||||
else
|
||||
code="source <(navi widget ${shell})"
|
||||
code='source <(navi widget '"$shell"')'
|
||||
fi
|
||||
echoerr -e "\nTo add the Ctrl-G keybinding, add the following to ~/.${shell}rc:\n ${code}"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue