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)" # ---------------------------------------------------------------------------