diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 681c2fe..67952ea 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -89,5 +89,7 @@ fi # eval "$(starship init zsh)" #fi +export TERM='xterm-256color' + # Load zsh-syntax-highlighting; should be last. source $HOME/.local/share/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null diff --git a/.local/scripts b/.local/scripts index 502e280..f7c17f4 160000 --- a/.local/scripts +++ b/.local/scripts @@ -1 +1 @@ -Subproject commit 502e280deb1f92bd909bbf8d6153acfd453936b5 +Subproject commit f7c17f419c9b003e4504396a18a4214191d4871b diff --git a/.profile b/.profile index c050c5a..05e91ca 100644 --- a/.profile +++ b/.profile @@ -14,7 +14,7 @@ export PF_INFO="ascii title os kernel uptime pkgs memory shell wm" export XCURSOR_THEME=Adwaita #fix image previews in lf not working -#export TERM="xterm-256color" +export TERM="xterm-256color" #other settings