dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit d2f5be87da61fd924e06c5830c2566ff034c48b6
parent 932335298c5491b9d15e24e1a07007eb37fd773e
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Thu, 26 May 2022 19:28:49 -0500

Added terminfo enviromental variables

Diffstat:
Mlinux/.bash_profile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/linux/.bash_profile b/linux/.bash_profile @@ -25,6 +25,9 @@ export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority export XINITRC="$XDG_CONFIG_HOME"/X11/xinitrc export XSERVERRC="$XDG_CONFIG_HOME"/X11/xserverrc +export TERMINFO="$XDG_DATA_HOME"/terminfo +export TERMINFO_DIRS="$XDG_DATA_HOME"/terminfo:/usr/share/terminfo + export BIB="$XDG_CONFIG_HOME/bib/references.bib" export BIB_DATA="$XDG_DATA_HOME/bib"