aboutsummaryrefslogtreecommitdiff
path: root/fish/config.fish
blob: 194e3a6b42e183860facd6d6a5486731754cf331 (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 td="cat to-do"
    alias etd="vim to-do"
    export PF_INFO="ascii title os kernel uptime pkgs memory"

    
end