aboutsummaryrefslogtreecommitdiff
path: root/fish/config.fish
blob: c5f89530154bda9435066cac70f2ffb1b2c468c6 (plain)
1
2
3
4
5
6
7
8
9
10
if status is-interactive
    # Commands to run in interactive sessions can go here
    
    alias ls="lsd --group-dirs first -h --icon-theme unicode -L"
    alias s="cd ~/.local/share/scripts && lsd --group-dirs first -h --icon-theme unicode -L"
    alias d="disown"
    export PF_INFO="ascii title os kernel uptime pkgs memory"

    
end