6 lines
130 B
Fish
6 lines
130 B
Fish
source ~/.config/aliases
|
|
set fish_greeting
|
|
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|