intsall fix attempts add pyenv path after install use https repository install apt-utils set FAST_MODE in bootstrap.sh keep truthy FAST_MODE variable source bashrc after linking clean up errors further install fixes further cleanup fix fisher install chmod +x install remove source bashrc from make
10 lines
177 B
Fish
10 lines
177 B
Fish
# Pyenv
|
|
setenv PYENV_ROOT "$HOME/.pyenv"
|
|
setenv PATH "$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH"
|
|
|
|
# Poetry
|
|
set -gx PATH $HOME/.poetry/bin $PATH
|
|
|
|
# Wipe greeting
|
|
set fish_greeting
|