Skip to content

Instantly share code, notes, and snippets.

@sirkonst
Last active March 31, 2022 20:56
Show Gist options
  • Save sirkonst/e39bc28218b57cc78b6f728b8da99f33 to your computer and use it in GitHub Desktop.
Save sirkonst/e39bc28218b57cc78b6f728b8da99f33 to your computer and use it in GitHub Desktop.

Revisions

  1. sirkonst revised this gist Jun 1, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion config.fish
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,4 @@ set PYENV_ROOT $HOME/.pyenv
    set -x PATH $PYENV_ROOT/bin $PATH
    status --is-interactive; and . (pyenv init -|psub)
    status --is-interactive; and . (pyenv virtualenv-init -|psub)
    # set -x VIRTUAL_ENV_DISABLE_PROMPT 1
    set -x VIRTUAL_ENV_DISABLE_PROMPT 1
  2. sirkonst revised this gist May 30, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions config.fish
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    set PYENV_ROOT $HOME/.pyenv
    set -x PATH $PYENV_ROOT/bin $PATH
    pyenv rehash
    status --is-interactive; and . (pyenv init -|psub)
    status --is-interactive; and . (pyenv virtualenv-init -|psub)
    # set -x VIRTUAL_ENV_DISABLE_PROMPT 1
    # set -x VIRTUAL_ENV_DISABLE_PROMPT 1
  3. sirkonst revised this gist May 30, 2017. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions config.fish
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    set -x PATH "~/.pyenv/bin" $PATH
    status --is-interactive; and . (pyenv init -|psub)
    set PYENV_ROOT $HOME/.pyenv
    set -x PATH $PYENV_ROOT/bin $PATH
    pyenv rehash
    status --is-interactive; and . (pyenv virtualenv-init -|psub)
    # set -x VIRTUAL_ENV_DISABLE_PROMPT 1
  4. sirkonst revised this gist Mar 26, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion config.fish
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    set -x PATH "~/.pyenv/bin" $PATH
    status --is-interactive; and . (pyenv init -|psub)
    status --is-interactive; and . (pyenv virtualenv-init -|psub)
    set -x VIRTUAL_ENV_DISABLE_PROMPT 1
    # set -x VIRTUAL_ENV_DISABLE_PROMPT 1
  5. sirkonst revised this gist Mar 26, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions config.fish
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,4 @@
    set -x PATH "~/.pyenv/bin" $PATH
    status --is-interactive; and . (pyenv init -|psub)
    status --is-interactive; and . (pyenv virtualenv-init -|psub)
    set -x VIRTUAL_ENV_DISABLE_PROMPT 1
  6. sirkonst renamed this gist Jan 19, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  7. sirkonst created this gist Jan 19, 2017.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    set -x PATH "~/.pyenv/bin" $PATH
    status --is-interactive; and . (pyenv init -|psub)
    status --is-interactive; and . (pyenv virtualenv-init -|psub)