aboutsummaryrefslogtreecommitdiff
path: root/fish/.config/fish/config.fish
blob: 9e6d442af26ea23b3a9abcb5006dbe309f459759 (plain)
1
2
3
4
5
6
7
8
9
10
umask 0077

set EDITOR vim
set PATH ~/.local/bin $PATH

if status --is-login
    if test -z "$DISPLAY" -a $XDG_VTNR = 1
        exec startx
    end
end