6 lines
125 B
Fish
6 lines
125 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|
|
|
|
set fish_greeting
|
|
alias l "ls -hAGg"
|