1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

feat: update fish greeting and enable NVIDIA open drivers

This commit is contained in:
xnm
2025-03-08 16:46:22 +02:00
parent a7e01972d1
commit 1a4f6d28c8
2 changed files with 11 additions and 6 deletions

View File

@@ -1,8 +1,13 @@
function fish_greeting
set_color blue; echo " Distro:  NixOS"
set_color white; echo " Langs:  Rust  Zig  Go  JS 󰛦 TS  Python  Lua  Wasm"
set_color green; echo " Shell: 󰈺 Fish"
set_color yellow; echo "󰟶 Mood: 👨‍💻"
set_color cyan; figlet random -f binary
set_color blue
echo " Distro:  NixOS"
set_color white
echo "󰅱 Langs:  Rust  Zig  Go  JS 󰛦 TS  Python  Lua  Wasm"
set_color green
echo " Shell: 󰈺 Fish"
set_color yellow
echo "󰟶 Mood: 👨‍💻"
set_color cyan
figlet random -f binary
# clear
end