summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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