dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit 36e8fd699ed2895db0101bc71cf62dfae9872b28
parent db19314954f738e83f3edf38697fc77f5caeee03
Author: Jake Koroman <jakekoroman@gmail.com>
Date:   Thu, 28 Mar 2024 17:11:49 -0400

update TERM and TERMINAL

Diffstat:
M.zprofile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.zprofile b/.zprofile @@ -22,7 +22,8 @@ export MBSYNCRC="$XDG_CONFIG_HOME/mbsync/config" export EDITOR=nvim export BROWSER=firefox -export TERMINAL=xterm-256color +export TERMINAL=foot +export TERM=xterm-256color # some programs don't recognise foot and revert back to ascii-term export PATH=$HOME/.local/bin:$HOME/scripts:$PATH