Fix lazygit config, update TERM value

This commit is contained in:
Ben Kreeger 2025-07-13 09:10:31 -05:00
parent d230b894d5
commit ff05d0645b
Signed by: kreeger
GPG Key ID: D5CF8683D4BE4B50
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@ gui:
searchingActiveBorderColor: ['#f9e2af']
authorColors:
'*': '#b4befe'
showRootItemInFileTree: false
showRootItemInFileTree: true
showPanelJumps: false
nerdFontsVersion: '3'
git:

View File

@ -8,7 +8,8 @@ export PATH=~/bin:$GOBIN:$PATH
export XDG_CONFIG_HOME=$HOME/.config
export TALOSCONFIG=$XDG_CONFIG_HOME/talos/config.yaml
export GNUPGHOME=$XDG_CONFIG_HOME/gnupg
export TERM=ansi
# export TERM=ansi
export TERM=xterm-256color
kubeconfig=(
$XDG_CONFIG_HOME/kube/k8s-dev.yaml
$XDG_CONFIG_HOME/kube/k8s.yaml