chore: add zoxide and sesh, cleanup

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-10-06 20:55:21 +03:00
parent c4a55efd7c
commit ebb22064ce
7 changed files with 15 additions and 27 deletions

View File

@@ -26,6 +26,9 @@ if status is-interactive
# type -q fnm; and fnm env --use-on-cd --shell fish | source
type -q load_nvm; and load_nvm > /dev/stderr
# Intialize other tools if available
type -q zoxide; and zoxide init fish | source
# Start tmux if not already running and not in SSH
open-tmux # defined in functions/open-tmux.fish
end