From 8963a8d66ed2cec4ef6290a7adea6884b18021d7 Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Thu, 10 Nov 2022 05:59:49 -0500 Subject: [PATCH] Add option for local terminfo --- sh/.profile | 3 +++ 1 file changed, 3 insertions(+) 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.