This website works better with JavaScript.
Home
Help
Sign In
inhji
/
dotfiles
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add pyenv config
master
Inhji Y.
1 year ago
parent
328e2c6ae8
commit
19e62b6347
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
config/zshrc
+ 6
- 0
config/zshrc
View File
@@ -34,3 +34,9 @@ prompt pure
# Load dircolors
eval $( dircolors -b $DOTFILES/config/zsh/dircolors.zsh )
# Pyenv
export PATH="/home/inhji/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
Write
Preview
Loading…
Cancel
Save