diff --git a/sh/.profile b/sh/.profile index 1ed4883..664ac0a 100644 --- a/sh/.profile +++ b/sh/.profile @@ -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.