feat: lots of changes, wrote own fish theme
This commit is contained in:
6
fish/config.fish
Normal file
6
fish/config.fish
Normal file
@ -0,0 +1,6 @@
|
||||
set -gx PYENV_ROOT $HOME/.pyenv
|
||||
set -gx PATH ~/bin ~/.local/bin $PYENV_ROOT/bin $PATH
|
||||
|
||||
#pyenv config
|
||||
status --is-interactive; and pyenv init - | source
|
||||
status --is-interactive; and pyenv virtualenv-init - | source
|
||||
Reference in New Issue
Block a user