source => eval

This commit is contained in:
Denis Isidoro 2020-09-11 15:58:34 -03:00 committed by GitHub
parent 566f7c9f2c
commit bebf300c66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,13 +78,13 @@ Feel free to be the maintainer of **navi** for any package manager you'd like!
If you want to use the shell widget, add this line to your `.bashrc`-like file: If you want to use the shell widget, add this line to your `.bashrc`-like file:
```sh ```sh
# bash # bash
source <(echo "$(navi widget bash)") eval "$(navi widget bash)"
# zsh # zsh
source <(echo "$(navi widget zsh)") eval "$(navi widget zsh)"
# fish # fish
navi widget fish | source navi widget fish | source
``` ```
By default, `Ctrl+G` is assigned to launching **navi**. By default, `Ctrl+G` is assigned to launching **navi**.