From ef9e297ee7cec55b3d2ee2eeae63f466206e1a24 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Fri, 13 Jun 2025 15:59:03 +0200 Subject: Add first dump of fish config files --- fish/functions/fish_greeting.fish | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fish/functions/fish_greeting.fish (limited to 'fish/functions/fish_greeting.fish') diff --git a/fish/functions/fish_greeting.fish b/fish/functions/fish_greeting.fish new file mode 100644 index 0000000..e468ce0 --- /dev/null +++ b/fish/functions/fish_greeting.fish @@ -0,0 +1,9 @@ +function fish_greeting -d "What's up, fish?" + set_color $fish_color_autosuggestion + uname -nmsr + + command -q uptime + and command uptime + + set_color normal +end -- cgit v1.2.3