mirror of
https://github.com/denisidoro/navi
synced 2024-11-10 14:04:17 +00:00
source => eval
This commit is contained in:
parent
566f7c9f2c
commit
bebf300c66
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
```sh
|
||||
# bash
|
||||
source <(echo "$(navi widget bash)")
|
||||
eval "$(navi widget bash)"
|
||||
|
||||
# zsh
|
||||
source <(echo "$(navi widget zsh)")
|
||||
eval "$(navi widget zsh)"
|
||||
|
||||
# fish
|
||||
navi widget fish | source
|
||||
```
|
||||
|
||||
By default, `Ctrl+G` is assigned to launching **navi**.
|
||||
By default, `Ctrl+G` is assigned to launching **navi**.
|
||||
|
|
Loading…
Reference in a new issue