change term from screen to xterm

David Bláha 3 years ago
parent 26b60f4a64
commit 2b73819b55

@ -112,7 +112,7 @@ ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=8"
bindkey '^ ' autosuggest-accept # accept suggestion with ctrl-space
export EDITOR='nvim'
export TERM=screen-256color
export TERM=xterm-256color
export PATH=$PATH:/home/david/.local/bin:/home/david/.dotnet/tools
if [ -f ~/.config/shell_aliases ]; then

Loading…
Cancel
Save