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

    
end