diff options
-rw-r--r-- | fish/.config/fish/functions/fish_greeting.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/.config/fish/functions/fish_greeting.fish b/fish/.config/fish/functions/fish_greeting.fish index 1031678..ec4566c 100644 --- a/fish/.config/fish/functions/fish_greeting.fish +++ b/fish/.config/fish/functions/fish_greeting.fish @@ -1,6 +1,6 @@ function fish_greeting if test "$TERM" != "xterm-kitty" - fortune + /home/lain/.local/bin/nofetch echo "" end end |