From 3c0bf4c73dc39d5210b352efdc213edc22baa146 Mon Sep 17 00:00:00 2001 From: XNM Date: Mon, 13 Nov 2023 21:15:58 +0200 Subject: [PATCH] small changes in `fish_greeting` function --- home/.config/fish/functions/fish_greeting.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.config/fish/functions/fish_greeting.fish b/home/.config/fish/functions/fish_greeting.fish index 4891798..03cc3ed 100644 --- a/home/.config/fish/functions/fish_greeting.fish +++ b/home/.config/fish/functions/fish_greeting.fish @@ -1,8 +1,8 @@ function fish_greeting set_color blue; echo " Distro:  NixOS" - set_color white; echo " Langs:  Rust  Zig  Go  JS 󰛦 TS  Python  WasmEdge" + set_color white; echo " Langs:  Rust  Zig  Go  JS 󰛦 TS  Python  Wasm" set_color green; echo " Shell: 󰈺 Fish" set_color yellow; echo "󰟶 Mood: 👨‍💻" set_color cyan; figlet random -f binary # clear -end \ No newline at end of file +end