summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fish/.config/fish/functions/fish_greeting.fish1
1 files changed, 0 insertions, 1 deletions
diff --git a/fish/.config/fish/functions/fish_greeting.fish b/fish/.config/fish/functions/fish_greeting.fish
index ec4566c..3b024f3 100644
--- a/fish/.config/fish/functions/fish_greeting.fish
+++ b/fish/.config/fish/functions/fish_greeting.fish
@@ -1,6 +1,5 @@
function fish_greeting
if test "$TERM" != "xterm-kitty"
/home/lain/.local/bin/nofetch
- echo ""
end
end