diff --git a/dot_config/private_fish/config.fish b/dot_config/private_fish/config.fish index e01c132..86e9a8d 100644 --- a/dot_config/private_fish/config.fish +++ b/dot_config/private_fish/config.fish @@ -1,13 +1,14 @@ if status is-interactive # Commands to run in interactive sessions can go here + zoxide init fish | source + atuin init fish | source + + if test -f ~/.config/fish/config.fish.local + source ~/.config/fish/config.fish.local + end end fish_add_path $HOME/.webman/bin set -gx EDITOR nvim -zoxide init fish | source - -if test -f ~/.config/fish/config.fish.local - source ~/.config/fish/config.fish.local -end diff --git a/dot_config/private_fish/dot_on_install.fish b/dot_config/private_fish/dot_on_install.fish index 81a5d62..8f964fc 100644 --- a/dot_config/private_fish/dot_on_install.fish +++ b/dot_config/private_fish/dot_on_install.fish @@ -2,3 +2,6 @@ curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fi fisher install IlanCosman/tide@v6 fisher install PatrickF1/fzf.fish + +bash (curl https://raw.githubusercontent.com/atuinsh/atuin/main/install.sh | psub) +atuin import auto