dotfiles/zsh.d/navi.zsh

5 lines
94 B
Bash
Raw Normal View History

# Cheat my way through the CLI
if (( $+commands[navi] )); then
eval "$(navi widget zsh)"
fi