From 97cc65ca4eeb2863d69ecda8a6945e5192355caf Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 11 Jun 2018 13:25:33 -0700 Subject: [PATCH] Add pyenv --- .zshrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 6fe16ba..c6111ec 100644 --- a/.zshrc +++ b/.zshrc @@ -106,7 +106,8 @@ SAVEHIST=1000 HISTFILE=~/.history export GPGKEY="0x1CED67750173FC1C" export NETHACKOPTIONS='autopickup,color,!cmdassist,!number_pad,hilite_pet,boulder:0,pickup_types:$"=/!?+,menustyle:partial,!legacy,suppress_alert:3.3.1' -export ENVPUPPET_BASEDIR="$HOME/Documents/work/git" +export DEV_ROOT="$HOME/Documents/work/git/" +export JAVA_HOME=$(/usr/libexec/java_home) export OVFTOOL='/Applications/VMware OVF Tool/ovftool' if whence rg > /dev/null ; then export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --glob "!.git/*"' @@ -234,6 +235,7 @@ alias z="TERM=xterm ssh hunner@zabava.cat.pdx.edu" alias o="TERM=xterm ssh hunner@osiris.cat.pdx.edu" alias m="TERM=xterm ssh hunner@mint.cic.pdx.edu" alias p="ping 8.8.8.8" +alias pipe=pip # typos alias chandra="TERM=xterm ssh hunner@chandra.cs.pdx.edu" export CS=cs.pdx.edu alias odin="TERM=xterm ssh hunner@odin.pdx.edu" @@ -469,6 +471,9 @@ ex () { if [ -d ~/.rbenv ] ; then eval "$(rbenv init -)" fi +if [ -d ~/.pyenv ] ; then + eval "$(pyenv init -)" +fi #[ -f ~/.zsh-fuzzy-match/fuzzy-match.zsh ] && source ~/.zsh-fuzzy-match/fuzzy-match.zsh ## Profiling options #unsetopt xtrace