Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Completion on dots



On 2011-08-17 16:40, Jesper Nygårds wrote:
I have the following in my .zshrc:

alias -g ...='../../'

However, it doesn't work with completion: I can't write "ls
.../<TAB>", and have zsh complete on the available files in the
grand-parent directory.

Try this:

    setopt complete_aliases

--
│ Magnus Woldrich
│ m@xxxxxxx
│ http://japh.se



Messages sorted by: Reverse Date, Date, Thread, Author