diff options
Diffstat (limited to 'home/.config/zsh/.zshrc')
-rw-r--r-- | home/.config/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |