Added pyenv and pre-commit installation
This commit is contained in:
parent
8d9cfe4473
commit
34c68d9104
2 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
if status is-interactive
|
||||
set -Ux PYENV_ROOT $HOME/.pyenv
|
||||
fish_add_path -p $PYENV_ROOT/shims
|
||||
switch (whoami)
|
||||
# Corporate machine
|
||||
case Ivan_Golikov
|
||||
|
@ -11,6 +13,7 @@ if status is-interactive
|
|||
fish_add_path -a /usr/local/opt/node@18/bin
|
||||
end
|
||||
|
||||
pyenv init - fish | source
|
||||
fzf --fish | source
|
||||
# keeping this in the end
|
||||
zoxide init fish | source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue