feat: lots of changes, wrote own fish theme

This commit is contained in:
2020-02-22 21:32:57 +01:00
parent aedaa6ec48
commit a4208ebff2
11 changed files with 383 additions and 2 deletions

6
fish/config.fish Normal file
View 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