From 65c3034b915f8cee81cc6294899e564ac3f77ee4 Mon Sep 17 00:00:00 2001 From: Hannes Date: Sat, 22 Aug 2026 16:21:10 +0200 Subject: [PATCH] added fish greeting --- config.fish | 4 ---- functions/fish_greeting.fish | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 functions/fish_greeting.fish diff --git a/config.fish b/config.fish index 23e9bdd..943f426 100755 --- a/config.fish +++ b/config.fish @@ -52,8 +52,4 @@ if status is-interactive source $HOME/.config/fish/configs/default_config.fish end end - - if test -e /usr/bin/fastfetch - fastfetch - end end diff --git a/functions/fish_greeting.fish b/functions/fish_greeting.fish new file mode 100644 index 0000000..b65d30e --- /dev/null +++ b/functions/fish_greeting.fish @@ -0,0 +1,5 @@ +function fish_greeting + if test -e /usr/bin/fastfetch + fastfetch + end +end \ No newline at end of file