This commit is contained in:
DeveloperDurp 2025-09-05 21:49:50 -05:00
parent 43ecc226f7
commit e14d6ac38a
3 changed files with 10 additions and 2 deletions

View file

@ -110,7 +110,7 @@ delete() {
sed '/^scratch/d' |
sed '/^general/d' |
sed '/^$/d' |
fzf --reverse --header 'Switch Session' --no-preview)
fzf --reverse --header 'Delete Session' --no-preview)
[ -z "$session" ] && return 1