From 0f3cb60e34a833b73e17337fb13f197f4efa554c Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 12 Jun 2024 18:16:56 +0100 Subject: [zsh] Fix autocompletion bug --- home/.config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'home/.config') diff --git a/home/.config/zsh/.zshrc b/home/.config/zsh/.zshrc index 7b2b2ca..58eb576 100644 --- a/home/.config/zsh/.zshrc +++ b/home/.config/zsh/.zshrc @@ -44,6 +44,7 @@ zstyle ':completion:*:functions' ignored-patterns '_*' zstyle ':completion:*:*:kill:*' menu yes select zstyle ':completion:*:kill:*' force-list always zstyle ':completion:*:cd:*' ignore-parents parent pwd +setopt no_complete_aliases rationalise-dot() { if [[ $LBUFFER = *.. ]]; then -- cgit v1.2.3-70-g09d2