fixes sessionizer input
This commit is contained in:
parent
9f7dd62a4d
commit
4059eb1b8c
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
end
|
||||
'';
|
||||
sessionizer = /* fish */ ''
|
||||
set -l selected (tmuxinator ls -n | fzf --prompt "switch to >> ")
|
||||
set -l selected (tmuxinator ls -n | tail -n +2 | fzf --prompt " switch to >> ")
|
||||
|
||||
if test -z "$selected"
|
||||
return 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue