# HG changeset patch # User Zeger Van de Vannet # Date 1714032340 -7200 # Node ID 8589883596fd071ddd8096367f08cd2c0777cdee # Parent 75fe7fda094847acf6522331b62ad0648ed8361f fix: remove pathdirs option to avoid slow path completions see: https://stackoverflow.com/questions/76746392/why-is-my-zsh-tab-completion-slow-on-commands-but-not-directories > Perform a path search even on command names with slashes in them. > Thus if ?/usr/local/bin? is in the user?s path, and he or she types ?X11/xinit?, the command ?/usr/local/bin/X11/xinit? will be executed (assuming it exists). > Commands explicitly beginning with ?/?, ?./? or ?../? are not subject to the path search. This also applies to the ?.? and source builtins. diff -r 75fe7fda0948 -r 8589883596fd dot_zshrc --- a/dot_zshrc Sun Apr 21 18:47:59 2024 +0200 +++ b/dot_zshrc Thu Apr 25 10:05:40 2024 +0200 @@ -105,6 +105,7 @@ setopt pushdsilent setopt nobeep setopt notify +unsetopt pathdirs REPORTTIME=5 zle_highlight=('paste:none') @@ -242,12 +243,6 @@ while "$@"; do :; done } -# Suffix aliases -alias -s py=nvim -alias -s sv=nvim -alias -s v=nvim -alias -s vhd=nvim -alias -s sh=nvim setopt extendedglob typeset -Ag abbreviations