Last active
July 15, 2020 12:52
-
-
Save nikopol/8af11e34169c3c91c4430d38115b4ef2 to your computer and use it in GitHub Desktop.
Revisions
-
nikopol revised this gist
Jul 15, 2020 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ 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 -
nikopol created this gist
Apr 12, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ set -e fish_greeting set fish_term256 1 if status --is-interactive ~/bin/hi -s end