Adding new stuff

This commit is contained in:
ViktorBarzin 2017-12-12 12:00:02 +00:00
parent 1af5220491
commit 960dd02650
2 changed files with 10 additions and 0 deletions

9
.zshrc
View file

@ -117,3 +117,12 @@ PYENV_ROOT="$HOME/.pyenv"
source /usr/local/bin/virtualenvwrapper.sh
# eval ssh-agent > /dev/null
export VIRTUALENV_PYTHON=/home/viktor/.pyenv/shims/python
# Color man pages
export LESS_TERMCAP_mb=$'\e[1;32m'
export LESS_TERMCAP_md=$'\e[1;32m'
export LESS_TERMCAP_me=$'\e[0m'
export LESS_TERMCAP_se=$'\e[0m'
export LESS_TERMCAP_so=$'\e[01;33m'
export LESS_TERMCAP_ue=$'\e[0m'
export LESS_TERMCAP_us=$'\e[1;4;31m'