diff --git a/dot_config/private_fish/config.fish.tmpl b/dot_config/private_fish/config.fish.tmpl index cfd0996..2bdaf52 100644 --- a/dot_config/private_fish/config.fish.tmpl +++ b/dot_config/private_fish/config.fish.tmpl @@ -13,6 +13,10 @@ if status --is-interactive command -v zoxide > /dev/null && zoxide init fish | source command -v starship > /dev/null && starship init fish | source + if not set -q FISH_IS_IN_PRIVATE + command -v atuin > /dev/null && atuin init fish | source + end + if type -q tmux; and test -z "$TMUX" tmux attach -t default || tmux new-session -s default end