5 lines
94 B
Bash
5 lines
94 B
Bash
# Cheat my way through the CLI
|
|
if (( $+commands[navi] )); then
|
|
eval "$(navi widget zsh)"
|
|
fi
|