mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
fix previous commit
This commit is contained in:
parent
0b4178a598
commit
77c2a6f864
2
bashrc
2
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 :</path/to/new/path> 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
|
||||
|
2
zshrc
2
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 :</path/to/new/path> 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
|
||||
|
Loading…
Reference in New Issue
Block a user