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.

Revisions

  1. nikopol revised this gist Jul 15, 2020. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions config.fish
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    set -e fish_greeting
    set fish_term256 1
    if status --is-interactive
    ~/bin/hi -s
    set -gx PATH ~/bin $PATH
    if test -z $DISPLAY; and test "$XDG_VTNR" = "1"; and systemctl -q is-active graphical.target
    exec startx
    end
  2. nikopol created this gist Apr 12, 2017.
    5 changes: 5 additions & 0 deletions config.fish
    Original 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