Commit bf53f3a 1 parent e6810f7 commit bf53f3a Copy full SHA for bf53f3a
File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ export PYENV_ROOT=" $HOME /.pyenv"
2
+ export PATH=" $PYENV_ROOT /bin:$PATH "
3
+ eval " $( pyenv init --path) "
4
+ eval " $( pyenv init -) "
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ export ZSH="/home/$USER/.oh-my-zsh"
17
17
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
18
18
ZSH_THEME=" powerlevel10k/powerlevel10k"
19
19
20
+
21
+ [[ ! -f ~ /.zprofile ]] || source ~ /.zprofile
22
+
20
23
# Set list of themes to pick from when loading at random
21
24
# Setting this variable when ZSH_THEME=random will cause zsh to load
22
25
# a theme from this variable instead of looking in ~/.oh-my-zsh/themes/
@@ -95,6 +98,7 @@ plugins=(
95
98
mvn
96
99
pip
97
100
python
101
+ pyenv
98
102
sudo
99
103
vim-interaction
100
104
python
@@ -160,3 +164,4 @@ complete -C '/usr/bin/aws_completer' aws
160
164
161
165
# -*- k3d completion for zsh -*-
162
166
[[ ! -f ~ /.zsh/k3d.zsh ]] || source ~ /.zsh/k3d.zsh
167
+
You can’t perform that action at this time.
0 commit comments