From f1244ddfdeb01ab854de8e7617d8f9961b7356fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Mon, 18 Dec 2023 23:37:57 +0100 Subject: [PATCH] zsh: glob_complete and interactive_comments --- shell/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell/.zshrc b/shell/.zshrc index 55d01c8..9d10a1c 100644 --- a/shell/.zshrc +++ b/shell/.zshrc @@ -50,6 +50,9 @@ setopt autocd bindkey -M vicmd '^[h' run-help bindkey -M viins '^[h' run-help +setopt glob_complete +setopt interactive_comments + # Aliases. for f in ~/.config/shellconfig/*.sh(N) ~/.config/shellconfig/*.zsh(N); do source "$f"; done