summaryrefslogtreecommitdiffstats
path: root/.config/zsh
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshrc2
-rw-r--r--.config/zsh/plugins.zsh1
2 files changed, 3 insertions, 0 deletions
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