From f28fec01654b53f72ff70838bbc8f5aa081fea10 Mon Sep 17 00:00:00 2001 From: Yax Date: Mon, 12 Jan 2026 10:08:39 +0100 Subject: [PATCH] start sesh with alias 't' --- dot_zshrc.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 6663f97..9006479 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -159,9 +159,10 @@ fi # --------------------------------------------------------------------------- -# Zoxide +# Sesh / Zoxide # --------------------------------------------------------------------------- +alias t='sesh connect $(sesh list | fzf)' eval "$(zoxide init zsh)" # ---------------------------------------------------------------------------