1
0
Files
dotfiles/dot_config/private_fish/config.fish
T
2026-04-19 15:57:39 +03:00

8 lines
147 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
if type -q fenv
fenv source ~/.profile
end
end