add pyenv cmd
This commit is contained in:
parent
8769161d42
commit
bc7f16072b
2 changed files with 4 additions and 0 deletions
1
home/private_dot_config/zsh/zexists.d/cmd/go.zsh
Normal file
1
home/private_dot_config/zsh/zexists.d/cmd/go.zsh
Normal file
|
@ -0,0 +1 @@
|
||||||
|
export GOPATH=$HOME/.go
|
3
home/private_dot_config/zsh/zexists.d/cmd/pyenv.zsh
Normal file
3
home/private_dot_config/zsh/zexists.d/cmd/pyenv.zsh
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
eval "$(pyenv init -)"
|
Loading…
Reference in a new issue