10 lines
271 B
Fish
10 lines
271 B
Fish
source /usr/share/cachyos-fish-config/cachyos-config.fish
|
|
|
|
# overwrite greeting
|
|
# potentially disabling fastfetch
|
|
function fish_greeting
|
|
# smth smth
|
|
fastfetch --logo small
|
|
end
|
|
# Hermes Agent — ensure ~/.local/bin is on PATH
|
|
#fish_add_path "$HOME/.local/bin" |