Files
fish/config.fish
2025-04-10 03:54:27 +08:00

5 lines
124 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
fish_add_path "$HOME/.local/bin"
end