diff --git a/.config/fish/config.fish b/.config/fish/config.fish index b1807ae..c89c789 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -248,3 +248,7 @@ colorscript random ### SETTING THE STARSHIP PROMPT ### starship init fish | source + +if status is-interactive + atuin init fish | source +end