mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fish: actually return from fish_fzf when nothing is selected
This commit is contained in:
parent
1ca0ff019e
commit
236e50a1d5
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ function fzf_pass
|
|||
if [ -z "$selected" ]
|
||||
echo Nothing selected
|
||||
echo exiting...
|
||||
return
|
||||
end
|
||||
|
||||
set mode \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue