From 3182a8cbd46efa47d93e607acd6f5ed060b55298 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 7 Jun 2025 06:25:37 +0900 Subject: modified bin/sessionizer --- ar/.local/bin/sessionizer | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ar/.local/bin/sessionizer b/ar/.local/bin/sessionizer index 465dcf8..062e469 100755 --- a/ar/.local/bin/sessionizer +++ b/ar/.local/bin/sessionizer @@ -7,13 +7,13 @@ sessionizer() { --border-label "╢ TheSiahxyz ╟" \ --header "^a all ^e sesh ^f zoxide ^g git ^t tmux ^u staged files ^x tmux kill M-cr open in editor ^/ help" \ --prompt "💡 " \ - --bind "ctrl-a:change-prompt(💡 )+reload(sesh list -d -H)" \ - --bind "ctrl-e:change-prompt(📑 )+reload(sesh list -c -H)" \ - --bind "ctrl-f:change-prompt(🔎 )+reload(sesh list -d -z -H)" \ + --bind "ctrl-a:change-prompt(💡 )+reload(sesh list -d -H --icons)" \ + --bind "ctrl-e:change-prompt(📑 )+reload(sesh list -c -H --icons)" \ + --bind "ctrl-f:change-prompt(🔎 )+reload(sesh list -d -z -H --icons)" \ --bind "ctrl-g:change-prompt( )+reload(fd -H -d 1 -t d -E .Trash -E .git -E .cache . $HOME/Private/repos $HOME/Public/repos | sed 's|$HOME|~|g')" \ - --bind "ctrl-t:change-prompt(🪟 )+reload(sesh list -t)" \ + --bind "ctrl-t:change-prompt(🪟 )+reload(sesh list -t --icons)" \ --bind "ctrl-v:execute($EDITOR ${0})+abort" \ - --bind 'ctrl-x:execute(tmux kill-session -t {})+change-prompt(💡 )+reload(sesh list -t)' \ + --bind 'ctrl-x:execute(tmux kill-session -t "$(echo {} | awk "{ print \$NF }")")+change-prompt(💡 )+reload(sesh list --icons)' \ --bind "alt-enter:execute($EDITOR {})+abort" \ --bind 'ctrl-/:change-prompt(❓ )+reload(echo "^a all ^e sesh config -- cgit v1.2.3