Fix lazygit config, update TERM value
This commit is contained in:
parent
d230b894d5
commit
ff05d0645b
@ -12,7 +12,7 @@ gui:
|
|||||||
searchingActiveBorderColor: ['#f9e2af']
|
searchingActiveBorderColor: ['#f9e2af']
|
||||||
authorColors:
|
authorColors:
|
||||||
'*': '#b4befe'
|
'*': '#b4befe'
|
||||||
showRootItemInFileTree: false
|
showRootItemInFileTree: true
|
||||||
showPanelJumps: false
|
showPanelJumps: false
|
||||||
nerdFontsVersion: '3'
|
nerdFontsVersion: '3'
|
||||||
git:
|
git:
|
||||||
|
|||||||
@ -8,7 +8,8 @@ export PATH=~/bin:$GOBIN:$PATH
|
|||||||
export XDG_CONFIG_HOME=$HOME/.config
|
export XDG_CONFIG_HOME=$HOME/.config
|
||||||
export TALOSCONFIG=$XDG_CONFIG_HOME/talos/config.yaml
|
export TALOSCONFIG=$XDG_CONFIG_HOME/talos/config.yaml
|
||||||
export GNUPGHOME=$XDG_CONFIG_HOME/gnupg
|
export GNUPGHOME=$XDG_CONFIG_HOME/gnupg
|
||||||
export TERM=ansi
|
# export TERM=ansi
|
||||||
|
export TERM=xterm-256color
|
||||||
kubeconfig=(
|
kubeconfig=(
|
||||||
$XDG_CONFIG_HOME/kube/k8s-dev.yaml
|
$XDG_CONFIG_HOME/kube/k8s-dev.yaml
|
||||||
$XDG_CONFIG_HOME/kube/k8s.yaml
|
$XDG_CONFIG_HOME/kube/k8s.yaml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user