zsh
zsh copied to clipboard
Mirror of the Z shell source code repository.
BTW, about , any method to make zsh know cygwin's (or msys) start is not unix's start? Thanks.
Using the tool [`zsh.git:Util/check-tmux-state`](https://github.com/zsh-users/zsh/blob/master/Util/check-tmux-state), I have generated some updates for [tmux completion in zsh](https://github.com/zsh-users/zsh/blob/master/Completion/Unix/Command/_tmux). This also required some minor tweaks to the tool itself. The update was based off tmux.git...
[Completion] apply compadd replacements during prefix replacement in _canonical_paths (for `umount`)
NB: marked as draft because a) the comment needs to be cleaned up but also because b) this is merely parts of the file copied together, i don't see a...
Hello, In my use case our perforce server has a lot of clients and labels so calling p4 clients or p4 labels with no arguments is guaranteed to hang the...
IRB now has `--regexp-completor` and `--type-completor` options added by: https://github.com/ruby/irb/commit/1dec2708c92559487e51c5f3a3030b74a62270e5
Removes the double escaping in the remote files completion. This affects rsync and scp. Instead of for example a space character in a remote filename turning into `\\\ `, it...
`--recursive` and `--recurse-submodules` are aliased according to https://github.com/git/git/blob/99c33bed562b41de6ce9bd3fd561303d39645048/builtin/clone.c#L105
When trying to use the completion for git bisect visualize one currently is greeted with the curious error of something like this: git bisect visualize _git-bisect:89: command not found: arch...