summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Smith <kent@sadbeast.com>2021-09-23 14:27:00 -0500
committerKent Smith <kent@sadbeast.com>2021-09-23 14:27:00 -0500
commitca18de82b969060dd2c8d3d5591b84a3d39bb16b (patch)
treefe40afd9f7b89ea7283adc2a33c2230242c473e4
parent8c7b78adfe164c06dc0b66ae5db02159e89d66b2 (diff)
downloadcfg-ca18de82b969060dd2c8d3d5591b84a3d39bb16b.tar.gz
cfg-ca18de82b969060dd2c8d3d5591b84a3d39bb16b.tar.bz2
vim does not like foot
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
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