8 lines
183 B
Fish
8 lines
183 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
fastfetch
|
|
end
|
|
|
|
# Hermes Agent — ensure ~/.local/bin is on PATH
|
|
#fish_add_path "$HOME/.local/bin"
|