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

8 lines
196 B
Fish
Raw Normal View History

2025-11-30 21:13:57 +01:00
if status is-interactive
# Commands to run in interactive sessions can go here
2026-07-22 21:45:55 +02:00
fastfetch --logo small
2025-11-30 21:13:57 +01:00
end
2026-05-24 17:41:03 +02:00
# Hermes Agent — ensure ~/.local/bin is on PATH
2026-07-22 21:45:55 +02:00
#fish_add_path "$HOME/.local/bin"