diff --git a/stow_me/.config/fish/config.fish b/stow_me/.config/fish/config.fish index a2861aa..5f6457e 100644 --- a/stow_me/.config/fish/config.fish +++ b/stow_me/.config/fish/config.fish @@ -1,7 +1,10 @@ -if status is-interactive - # Commands to run in interactive sessions can go here - fastfetch --logo small -end +source /usr/share/cachyos-fish-config/cachyos-config.fish +# overwrite greeting +# potentially disabling fastfetch +function fish_greeting + # smth smth + fastfetch --logo small +end # Hermes Agent — ensure ~/.local/bin is on PATH -#fish_add_path "$HOME/.local/bin" +#fish_add_path "$HOME/.local/bin" \ No newline at end of file