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

View file

@ -258,6 +258,7 @@ set -g mouse on
# really you should export VISUAL or EDITOR environment variable, see manual
#set -g status-keys vi
#set -g mode-keys vi
set-window-option -g mode-keys vi
# replace C-b by Alt-a (M-a) instead of using both prefixes
set -gu prefix2

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'