aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rwxr-xr-x.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 841ebcb..0a5c687 100755
--- a/.zshrc
+++ b/.zshrc
@@ -50,6 +50,9 @@ bindkey -M vicmd "gg" zle-move-to-buffer-beginning
[ $DEBUG_DOTFILES ] && echo " Setting autocompletions"
zstyle :compinstall filename '/home/tyil/.zshrc'
zstyle ':completion:*' menu select
+
+# Enable comments in interactive zsh
+set -k
# }}}
function precmd() # {{{