From 77c2a6f864b93e85375c362022f31d7b829ac606 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 29 Apr 2014 15:25:52 +0300 Subject: [PATCH] fix previous commit --- bashrc | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 99a2c363..3c1066bd 100644 --- a/bashrc +++ b/bashrc @@ -187,8 +187,8 @@ fi #export TZ="/usr/share/zoneinfo/Europe/Helsinki" # MKAYSIGREP #MKAYSIGREPENVIRONMENT # pyenv (Source: their README.md file http://git.io/ReCDSQ ) -alias pyenv-install="cd ~;git clone https://github.com/yyuu/pyenv.git $PYENV_ROOT" export PYENV_ROOT="$HOME/.pyenv" +alias pyenv-install="cd ~;git clone https://github.com/yyuu/pyenv.git $PYENV_ROOT" # Sets PATH. To add another path, add : to string below. PATH=$PYENV_ROOT/bin:$HOME/.local/bin:$HOME/.local/sbin:$HOME/.local/games:$HOME/bin:$HOME/sbin:$HOME/games:$HOME/tmcbeans/bin:/opt/local/bin:/opt/local/sbin:/opt/local/games:/usr/local/bin:/usr/local/sbin:/usr/local/games:/bin:/sbin:/games:/usr/bin:/usr/sbin:/usr/games:$PATH diff --git a/zshrc b/zshrc index a390898a..78b62f5a 100644 --- a/zshrc +++ b/zshrc @@ -130,8 +130,8 @@ fi # export TZ="/usr/share/zoneinfo/Europe/Helsinki" # MKAYSIGREP # MKAYSIGREPENVIRONMENT # pyenv (Source: their README.md file http://git.io/ReCDSQ ) -alias pyenv-install="cd ~;git clone https://github.com/yyuu/pyenv.git $PYENV_ROOT" export PYENV_ROOT="$HOME/.pyenv" +alias pyenv-install="cd ~;git clone https://github.com/yyuu/pyenv.git $PYENV_ROOT" # Sets PATH. To add another path, add : to string below. PATH=$PYENV_ROOT/bin:$HOME/.local/bin:$HOME/.local/sbin:$HOME/.local/games:$HOME/bin:$HOME/sbin:$HOME/games:$HOME/tmcbeans/bin:/opt/local/bin:/opt/local/sbin:/opt/local/games:/usr/local/bin:/usr/local/sbin:/usr/local/games:/bin:/sbin:/games:/usr/bin:/usr/sbin:/usr/games:$PATH