From edec8f89cc0c6bfc2f4bc421a0b36521dee06696 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:09:39 +0900 Subject: modified sesh/sesh.toml, modified bin/sessionizer --- ar/.config/sesh/sesh.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar/.config/sesh') diff --git a/ar/.config/sesh/sesh.toml b/ar/.config/sesh/sesh.toml index 77f1b9f..7ffde3e 100644 --- a/ar/.config/sesh/sesh.toml +++ b/ar/.config/sesh/sesh.toml @@ -6,7 +6,7 @@ sort_order = [ ] [default_session] -startup_command = "if git rev-parse --is-inside-work-tree >/dev/null 2>&1; then git status; else clear && ls -I .git; fi" +startup_command = "if git rev-parse --is-inside-work-tree >/dev/null 2>&1; then git status; else clear && ls -I .git; fi; exec $SHELL" preview_command = "eza -glaa --icons --group-directories-first --color=always {}" [[session]] -- cgit v1.2.3