From fdb9d0baf798c147360a2ca44ea6761abf7f96c3 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 6 Mar 2020 16:50:46 +0100 Subject: Vim madness started, fix install.sh typo --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 3e752e9..325f929 100644 --- a/.zshrc +++ b/.zshrc @@ -21,7 +21,7 @@ zstyle ':completion:*' matcher-list '' \ 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=*' 'r:|=* l:|=* r:|=*' # case insensitive zmodload zsh/complist compinit -_comp_options+=(globdots) +# _comp_options+=(globdots) # vim keybindings in tab completion menu (https://www.youtube.com/watch?v=eLEo4OQ-cuQ) bindkey -M menuselect 'h' vi-backward-char @@ -66,6 +66,7 @@ export XDG_CONFIG_HOME="/home/charles/.config/" export XDG_DATA_HOME="/home/charles/.data/" export EDITOR="vim" +export TERM="xterm-256color" # set tab to 4 spaces tabs 4 -- cgit