From efb336a23b65a9a2d56889396b13c1757bdaf354 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 29 Dec 2019 14:58:33 -0300 Subject: Initial commit --- .config/fish/functions/fish_greeting.fish | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .config/fish/functions/fish_greeting.fish (limited to '.config/fish/functions/fish_greeting.fish') diff --git a/.config/fish/functions/fish_greeting.fish b/.config/fish/functions/fish_greeting.fish new file mode 100644 index 00000000..14ca4a87 --- /dev/null +++ b/.config/fish/functions/fish_greeting.fish @@ -0,0 +1,2 @@ +# Only to hide the greeting +function fish_greeting; end \ No newline at end of file -- cgit v1.2.3