start sesh with alias 't'

This commit is contained in:
Yax 2026-01-12 10:08:39 +01:00
parent 8cf81b219a
commit f28fec0165

View file

@ -159,9 +159,10 @@ fi
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# Zoxide # Sesh / Zoxide
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
alias t='sesh connect $(sesh list | fzf)'
eval "$(zoxide init zsh)" eval "$(zoxide init zsh)"
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------