Files
.dotfiles/stow_me/.config/fish/config.fish
T

10 lines
271 B
Fish
Raw Normal View History

2026-07-22 21:53:43 +02:00
source /usr/share/cachyos-fish-config/cachyos-config.fish
2026-05-24 17:41:03 +02:00
2026-07-22 21:53:43 +02:00
# overwrite greeting
# potentially disabling fastfetch
function fish_greeting
# smth smth
fastfetch --logo small
end
2026-05-24 17:41:03 +02:00
# Hermes Agent — ensure ~/.local/bin is on PATH
2026-07-22 21:53:43 +02:00
#fish_add_path "$HOME/.local/bin"