add terminfo from home directory if it exists
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user