Add option for local terminfo

This commit is contained in:
Andrew R. M 2022-11-10 05:59:49 -05:00
parent 95d46dd463
commit 8963a8d66e

View File

@ -9,6 +9,9 @@ export __PROFILE_SOURCED=1
# Prepend ~/.local/bin to the path and append the current directory to the path
export PATH="$HOME/.local/bin:$PATH:."
# Add a local terminfo cache for dealing with shenanigans
export TERMINFO_DIRS="$HOME/.local/share/terminfo:$TERMINFO_DIRS"
#{- ENVIRONMENT VARIABLES -}#
# Export language and sorting preferences.