fix terminal issues using distrobox in foot, update scripts version
parent
09c6af8bc4
commit
7e820045c6
|
@ -89,5 +89,7 @@ fi
|
||||||
# eval "$(starship init zsh)"
|
# eval "$(starship init zsh)"
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
|
export TERM='xterm-256color'
|
||||||
|
|
||||||
# Load zsh-syntax-highlighting; should be last.
|
# Load zsh-syntax-highlighting; should be last.
|
||||||
source $HOME/.local/share/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
|
source $HOME/.local/share/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 502e280deb1f92bd909bbf8d6153acfd453936b5
|
Subproject commit f7c17f419c9b003e4504396a18a4214191d4871b
|
2
.profile
2
.profile
|
@ -14,7 +14,7 @@ export PF_INFO="ascii title os kernel uptime pkgs memory shell wm"
|
||||||
export XCURSOR_THEME=Adwaita
|
export XCURSOR_THEME=Adwaita
|
||||||
|
|
||||||
#fix image previews in lf not working
|
#fix image previews in lf not working
|
||||||
#export TERM="xterm-256color"
|
export TERM="xterm-256color"
|
||||||
|
|
||||||
|
|
||||||
#other settings
|
#other settings
|
||||||
|
|
Loading…
Reference in New Issue