Adding new stuff

This commit is contained in:
ViktorBarzin 2017-07-09 20:00:02 +03:00
parent ee0d5ef8a8
commit 4581f614cf
4 changed files with 4 additions and 0 deletions

4
.zshrc
View file

@ -126,3 +126,7 @@ source $ZSH/custom/plugins/zsh-git-prompt/zshrc.sh
send_key() {
cat ~/.ssh/id_rsa.pub | ssh $1 "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"
}
#PYENV_ROOT="$HOME/.pyenv"
#PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"

Binary file not shown.