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

8 lines
182 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
fastfetch
end
2026-05-24 17:41:03 +02:00
# Hermes Agent — ensure ~/.local/bin is on PATH
fish_add_path "$HOME/.local/bin"