Files
dotfiles/.config/fish/config.fish
T
2022-06-25 15:24:30 +02:00

8 lines
187 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
# source all files in the scripts directory
for file in $HOME/.scripts/*
source $file
end
end