From bade2e137d3fd2861e8323b1a4092b2d343e7b9d Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 31 Aug 2023 15:29:51 +0200 Subject: up --- .config/zsh/.zshrc | 2 ++ .config/zsh/plugins.zsh | 1 + 2 files changed, 3 insertions(+) (limited to '.config/zsh') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 3e2d583..963766b 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -11,6 +11,8 @@ # == ===== ==== == # ======================== +[ -z "$TMUX" ] && export TERM=xterm-256color || export TERM=screen-256color + autoload -U colors && colors HISTSIZE=1000000 diff --git a/.config/zsh/plugins.zsh b/.config/zsh/plugins.zsh index 1ef66a9..d6060a0 100644 --- a/.config/zsh/plugins.zsh +++ b/.config/zsh/plugins.zsh @@ -12,3 +12,4 @@ # ======================== source $HOME/.local/packs/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh >/dev/null +source $HOME/.local/packs/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh >/dev/null -- cgit v1.2.3