diff options
author | Rose <rose@pinkro.se> | 2025-09-09 11:28:11 +0200 |
---|---|---|
committer | Rose <rose@pinkro.se> | 2025-09-09 11:28:11 +0200 |
commit | b294b15fba9401e71e1f7ca5c5d77f3d5c219235 (patch) | |
tree | 5fa0628d57d59e3041dac0e6d519f07d29e0385d | |
parent | 52d91329ca7e9ebb955ede64df32c16be7b42974 (diff) | |
download | dotfiles-b294b15fba9401e71e1f7ca5c5d77f3d5c219235.tar.gz dotfiles-b294b15fba9401e71e1f7ca5c5d77f3d5c219235.tar.bz2 |
fish: remove extra newline
-rw-r--r-- | fish/.config/fish/functions/fish_greeting.fish | 1 |
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 |