Skip to content

Instantly share code, notes, and snippets.

@nikopol
Last active July 15, 2020 12:52
Show Gist options
  • Save nikopol/8af11e34169c3c91c4430d38115b4ef2 to your computer and use it in GitHub Desktop.
Save nikopol/8af11e34169c3c91c4430d38115b4ef2 to your computer and use it in GitHub Desktop.
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