Change TERM variable

This commit is contained in:
Out Of Ideas 2024-04-09 10:28:36 -05:00
parent e8f914eb3a
commit 1b04d4469e
1 changed files with 3 additions and 1 deletions

View File

@ -38,6 +38,7 @@ alias neofetch="clear && neofetch"
alias fastfetch="clear && fastfetch"
alias audio-dlp="yt-dlp -f \"bestaudio\" --extract-audio --audio-format vorbis"
alias hfnn="fc -ln 0"
alias psrc="/usr/pkg/bin/bmake package-install"
alias cmd="command"
alias fetch="fastfetch"
alias copy="wl-copy"
@ -139,7 +140,8 @@ alias llama2="~/LLaMa2/llama.cpp/main -m ~/LLaMa2/llama.cpp/models/llama-2-13b-c
BAT_PAGER=""
# Terminal Emulator
export TERM=foot
#export TERM=foot
export TERM=xterm-256color
# Configuration Directory
export XDG_CONFIG_DIR="$HOME/.config"