Add option for local terminfo
This commit is contained in:
parent
95d46dd463
commit
8963a8d66e
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user