6 lines
127 B
Bash
6 lines
127 B
Bash
# broot
|
|
if (( $+commands[broot] )); then
|
|
eval "$(broot --print-shell-function zsh)"
|
|
broot --set-install-state installed
|
|
fi
|