5 lines
136 B
Fish
5 lines
136 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
source ~/.config/fish/functions/aliases.fish
|
|
end
|