diff options
author | Ben Goldberg <ben@benaaron.dev> | 2021-05-03 10:59:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 16:59:45 +0200 |
commit | 4e8ffe88d4311edcd084de5efd4ee6688e9e70f7 (patch) | |
tree | a44b08e0fc3a1ad255d71de7e9d89e785f5a6fa6 /themes/linuxonly.zsh-theme | |
parent | f4de8c5b3a977d67ecbd302f24463dc00667eb40 (diff) | |
download | zsh-4e8ffe88d4311edcd084de5efd4ee6688e9e70f7.tar.gz zsh-4e8ffe88d4311edcd084de5efd4ee6688e9e70f7.tar.bz2 zsh-4e8ffe88d4311edcd084de5efd4ee6688e9e70f7.zip |
fix(cargo): complete flags for default cargo aliases (#9692)
By default, cargo provides alias for some commonly used functions. This patch
makes it that those alias will complete the same as their full commands.
Default alias:
b -> build
c -> check
t -> test
r -> run
Since cargo allows users to define custom alias it would be nice if
oh-my-zsh automatically detected those and preformed completions as such
but that would be a much more complex patch.
Diffstat (limited to 'themes/linuxonly.zsh-theme')
0 files changed, 0 insertions, 0 deletions