mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
tmux-sessionizer: do not quit terminal emulator when no file is selected
This commit is contained in:
@@ -8,7 +8,7 @@ tmux-sessionizer() {
|
||||
fi
|
||||
|
||||
if [[ -z $selected ]]; then
|
||||
exit -1
|
||||
return -1
|
||||
fi
|
||||
|
||||
selected_name=$(basename "$selected" | tr . _)
|
||||
|
||||
Reference in New Issue
Block a user