Directory name expansion #237
-
$ 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=$PWD exec zsh -f # Restart Zsh without config files in this dir.
% source /path/to/zsh-autocomplete/zsh-autocomplete.plugin.zsh
% cd /home/yourname # cd to your home dir
% mkdir foo
% cd foo
% mkdir bar # Create a foo/bar dir
% cd /home/yourname # Go back to your home
% cd fo/ba # Type this and press tab It does not automatically expand this to foo/bar, although it did that in older versions of the plugin |
Beta Was this translation helpful? Give feedback.
Answered by
marlonrichert
Mar 25, 2021
Replies: 1 comment
-
This was already asked in #201 and answered in #201 (comment). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
marlonrichert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was already asked in #201 and answered in #201 (comment).