aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-03-06 16:50:46 +0100
committerCharles <sircharlesaze@gmail.com>2020-03-06 16:50:46 +0100
commitfdb9d0baf798c147360a2ca44ea6761abf7f96c3 (patch)
tree17e71ed3284ab6e28079e226030faee71c355d81 /.zshrc
parentc5eacb8ca315bbf5f9e03e19505ff9f14eacca49 (diff)
downloaddotfiles-fdb9d0baf798c147360a2ca44ea6761abf7f96c3.tar.gz
dotfiles-fdb9d0baf798c147360a2ca44ea6761abf7f96c3.tar.bz2
dotfiles-fdb9d0baf798c147360a2ca44ea6761abf7f96c3.zip
Vim madness started, fix install.sh typo
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
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