From ca18de82b969060dd2c8d3d5591b84a3d39bb16b Mon Sep 17 00:00:00 2001 From: Kent Smith Date: Thu, 23 Sep 2021 14:27:00 -0500 Subject: vim does not like foot --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index e72a693..65151d4 100644 --- a/.zshrc +++ b/.zshrc @@ -33,6 +33,8 @@ export FZF_CTRL_T_OPTS="--preview 'bat --color=always --style=numbers --line-ran export GPG_TTY=$(tty) +export TERM=xterm-256color + source ~/.zsh_plugins.sh [ -f /usr/share/fzf/key-bindings.zsh ] && source /usr/share/fzf/key-bindings.zsh [ -f /usr/share/fzf/completion.zsh ] && source /usr/share/fzf/completion.zsh -- cgit v1.2.3