aboutsummaryrefslogtreecommitdiff
path: root/fish/config.fish
blob: a4b43e5af4ac771b0520f6cb443d4273cb5b91f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"
    alias c="cal"
    export PF_INFO="ascii title os kernel uptime pkgs memory"

    
end