Last active
July 15, 2020 12:52
-
-
Save nikopol/8af11e34169c3c91c4430d38115b4ef2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set fish_term256 1 | |
set -gx PATH ~/bin $PATH | |
if test -z $DISPLAY; and test "$XDG_VTNR" = "1"; and systemctl -q is-active graphical.target | |
exec startx | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment