You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git -C ~zsh-autocomplete switch main # Make sure you test with the `main` branch.
$ git -C ~zsh-autocomplete pull # Update to the latest commit.
$ cd$(mktemp -d)# Create a temp dir and enter it.
$ unset _comp_dumpfile ZDOTDIR XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME
$ HOME=$PWDexec zsh -f # Restart Zsh without config files in this dir.
% curl https://pastebin.com/raw/KLUFJePt > .z
% source /usr/share/oh-my-zsh/plugins/z/z.plugin.zsh
% source /path/to/zsh-autocomplete/zsh-autocomplete.plugin.zsh
% cd a
Upon typing cd a, the suggestions are the least used matching directories:
zsh-autocomplete
version: 7762811Upon typing
cd a
, the suggestions are the least used matching directories:The most used matching directories are:
The text was updated successfully, but these errors were encountered: