aboutsummaryrefslogtreecommitdiff
path: root/fish/config.fish
blob: 3f6313775506e4245a0e3126e7e2d7d4d8a6c0b2 (plain)
1
2
3
4
5
6
7
if status is-interactive
    # Commands to run in interactive sessions can go here
    
    alias ls="lsd --group-dirs first -h --icon-theme unicode -L"

    
end