mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 03:41:27 +00:00
commit
9a949b7c33
|
@ -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