Commit Graph
26 Commits
Author SHA1 Message Date
Carlo SalaandGitHub 0818df057c fix: use python3 for all python invocations (#10832) 2022-04-09 14:45:42 +02:00
141d06b602 fix(cli): turn of commit.gpgsign compatibly with git v1.7.1 (#10679)
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2022-03-31 09:27:58 +02:00
Carlo SalaandGitHub 3f214329d6 chore: removing old completion code (#10616) 2022-03-28 13:38:49 +02:00
Carlo SalaandGitHub 50113a53f3 feat(toolbox): add plugin to show toolbox prompt info (#10685) 2022-03-22 22:39:37 +01:00
Carlo SalaandGitHub f96a900ea3 feat(fzf)!: default to using fd before rg (#10757)
BREAKING CHANGE: if both `fd` and `rg` are installed, default to using `fd`. This
is the recommendation of the ripgrep author, and it's been found to be faster.
If you want to force using `rg`, set the `FZF_DEFAULT_COMMAND` variable.
2022-03-05 19:18:56 +01:00
Carlo SalaandGitHub e934857537 fix(kubectl): support completion for snap installs (#10727) 2022-02-24 19:23:41 +01:00
Carlo SalaandGitHub 97e6989729 fix(helm): support completion for snap installs (#10723) 2022-02-24 19:23:15 +01:00
Carlo SalaandGitHub 201e9dea59 fix(michelebologna): use $HOST variable instead of running hostname (#10724) 2022-02-24 13:52:52 +01:00
Carlo SalaandGitHub 02b52a03a5 feat(fd): update fd completion to v8.3.2 (#10688)
Source: https://github.com/sharkdp/fd/blob/v8.3.2/contrib/completion/_fd
2022-02-11 21:47:44 +01:00
Carlo SalaandGitHub 5fad26ca4f feat(ripgrep): update rg completion to v13.0.0 (#10687)
Source: https://github.com/BurntSushi/ripgrep/blob/13.0.0/complete/_rg
2022-02-11 20:45:09 +01:00
Carlo SalaandGitHub 0da33ca22b fix(cli): disable GPG signing in omz pr test to avoid key prompt (#10677) 2022-02-10 11:50:04 +01:00
Carlo SalaandGitHub c41f2e7a09 feat(rbw): add rbwpw function to copy passwords to the clipboard (#10639) 2022-02-09 22:55:05 +01:00
Carlo SalaandGitHub d9c58d5fa1 feat(yarn): add setting to disable adding global dir to $PATH (#10642) 2022-02-03 14:42:47 +01:00
Carlo SalaandGitHub eabec36586 style(init): use consistent code style in init script (#10601) 2022-01-28 23:28:19 +01:00
Carlo SalaandGitHub 4417faf84c feat(postgres): support Homebrew for Apple Silicon (#10618) 2022-01-24 17:45:09 +01:00
Carlo SalaandGitHub 540b2200af feat(sudo): respect $SUDO_EDITOR and $VISUAL, switch to sudo -e (#10596) 2022-01-18 18:46:14 +01:00
Carlo SalaandGitHub 93cea53618 fix(yarn): update completion (#10579)
Fixes #10578
2022-01-12 12:19:34 +01:00
Carlo SalaandGitHub df4508ad54 feat(volta): add dynamic completion generation (#10515) 2021-12-28 15:55:47 +01:00
Carlo SalaandGitHub 543d6c0db1 feat(rbw): add completion for rbw Bitwarden client (#10346) 2021-12-28 15:54:59 +01:00
Carlo SalaandGitHub 79531f7013 feat(pip): alias pip to pip3 if pip is missing (#10431) 2021-12-28 14:36:32 +01:00
Carlo SalaandMarc Cornellà 89a740be2d refactor(rust)!: merge cargo and rustup plugins into rust plugin (#10270)
BREAKING CHANGE: `cargo` and `rustup` plugins have been moved to the `rust` plugin
since they're part of the Rust toolchain. If you're using these, update your .zshrc
file to use `rust` instead.

Closes #10270

Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-12-28 12:05:04 +01:00
Carlo SalaandGitHub 98a916b2cf feat(yarn): upgrade completion to latest version (#10516) 2021-12-23 19:45:28 +01:00
Carlo SalaandGitHub 44c6a71243 feat(deno): adding drA alias for --allow-all (#10501) 2021-12-17 15:40:57 -08:00
Carlo SalaandGitHub bf7c1b160d fix(git)!: rename gdu alias to gdup (#10263)
BREAKING CHANGE: the `gdu` alias has been renamed to `gdup` to avoid a
conflict with `go disk usage` (https://github.com/dundee/gdu).
2021-10-06 10:13:38 +02:00
Carlo SalaandGitHub 450acc0113 fix: automatically create completion for cargo and rustup plugins (#10087) 2021-09-07 20:02:20 +02:00
Carlo SalaandGitHub 63a7422d8d fix(deno): actually load deno completion (#9863) 2021-04-26 11:54:53 +02:00