dotfiles/fish/config.fish

7 lines
125 B
Fish
Raw Normal View History

2022-05-08 14:14:08 +02:00
if status is-interactive
# Commands to run in interactive sessions can go here
end
2022-05-08 14:54:35 +02:00
set fish_greeting
alias l "ls -hAGg"