Fix lazygit config, update TERM value
This commit is contained in:
parent
d230b894d5
commit
ff05d0645b
@ -12,7 +12,7 @@ gui:
|
||||
searchingActiveBorderColor: ['#f9e2af']
|
||||
authorColors:
|
||||
'*': '#b4befe'
|
||||
showRootItemInFileTree: false
|
||||
showRootItemInFileTree: true
|
||||
showPanelJumps: false
|
||||
nerdFontsVersion: '3'
|
||||
git:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user