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