summaryrefslogtreecommitdiff
path: root/fish
diff options
context:
space:
mode:
authorRose <rose@pinkro.se>2025-09-09 11:28:11 +0200
committerRose <rose@pinkro.se>2025-09-09 11:28:11 +0200
commitb294b15fba9401e71e1f7ca5c5d77f3d5c219235 (patch)
tree5fa0628d57d59e3041dac0e6d519f07d29e0385d /fish
parent52d91329ca7e9ebb955ede64df32c16be7b42974 (diff)
downloaddotfiles-b294b15fba9401e71e1f7ca5c5d77f3d5c219235.tar.gz
dotfiles-b294b15fba9401e71e1f7ca5c5d77f3d5c219235.tar.bz2
fish: remove extra newline
Diffstat (limited to 'fish')
-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