Add new stuff

This commit is contained in:
ViktorBarzin 2018-02-05 15:23:19 +00:00
parent 871d10df5e
commit 95cc4eaef4
2 changed files with 10 additions and 1 deletions

3
.zshrc
View file

@ -126,3 +126,6 @@ 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'
# Enable extended glob
setopt extendedglob