add terminfo from home directory if it exists

This commit is contained in:
Nick Nisi
2015-08-25 21:49:47 -05:00
parent 603974077f
commit 937c85103e

View File

@@ -3,6 +3,9 @@ export ZSH=$DOTFILES/zsh
# display how long all tasks over 10 seconds take # display how long all tasks over 10 seconds take
export REPORTTIME=10 export REPORTTIME=10
[[ -e ~/.terminfo ]] && export TERMINFO_DIRS=~/.terminfo:/usr/share/terminfo
# define the code directory # define the code directory
if [[ -d ~/code ]]; then if [[ -d ~/code ]]; then
export CODE_DIR=~/code export CODE_DIR=~/code