forked from mirror/nnn
Exit cmusq when missing
This commit is contained in:
parent
cbc4587630
commit
88eb45944c
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
if ! type cmus >/dev/null; then
|
||||
printf "cmus missing"
|
||||
read -r _
|
||||
exit 1
|
||||
fi
|
||||
|
||||
selection=${NNN_SEL:-${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.selection}
|
||||
|
|
Loading…
Reference in a new issue