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