From 0bb9e7e66ac51dd08048d8e85eb968848746534b Mon Sep 17 00:00:00 2001 From: glennigen <1+glennigen@noreply.localhost> Date: Wed, 22 Jul 2026 21:53:43 +0200 Subject: [PATCH] Update stow_me/.config/fish/config.fish --- stow_me/.config/fish/config.fish | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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