mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 03:41:27 +00:00
gnome-search-tool: add option --path
This commit is contained in:
parent
dcfc6074c5
commit
29961f060c
4
nlay
4
nlay
|
@ -65,7 +65,7 @@ elif [ "$2" == "search" ]; then
|
|||
app=("gnome-search-tool"
|
||||
"catfish")
|
||||
|
||||
opts=(""
|
||||
opts=("--path"
|
||||
"--path")
|
||||
|
||||
bg=(">/dev/null 2>&1 &"
|
||||
|
@ -84,7 +84,7 @@ elif [ "$2" == "screensaver" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
#------------------- PLAY -------------------
|
||||
#----------------- RUN APP ------------------
|
||||
for index in ${!app[@]}
|
||||
do
|
||||
type -P ${app[$index]} &>/dev/null &&
|
||||
|
|
Loading…
Reference in a new issue