Carlo Sala
5fad26ca4f
feat(ripgrep): update `rg` completion to v13.0.0 ( #10687 )
...
Source: https://github.com/BurntSushi/ripgrep/blob/13.0.0/complete/_rg
4 years ago
Marc Cornellà
69e2937891
fix(updater): fix input check on non-interactive runs
...
Reference: https://www.zsh.org/mla/users/2022/msg00067.html
4 years ago
Marc Cornellà
dbd92a62ce
fix(updater): do not swallow 1 character in check for user input
...
Co-authored-by: Philippe Troin <phil@fifi.org>
4 years ago
Marc Cornellà
7b708519b9
fix(emotty): show error on missing plugin dependencies ( #9811 )
4 years ago
Sam Cook
6396dfb97f
fix(kubectx): don't error on missing k8s context ( #10675 )
4 years ago
Zachary Cutlip
1e615b71d6
fix(virtualenvwrapper): only deactivate if virtual env is still present ( #10671 )
4 years ago
Carlo Sala
0da33ca22b
fix(cli): disable GPG signing in `omz pr test` to avoid key prompt ( #10677 )
4 years ago
sed-i
aaaa55424a
refactor(juju)!: use the jsh prefix for `juju show-*` commands ( #10426 )
...
BREAKING CHANGE: some aliases have been renamed to be consistent with the rest.
Mainly, aliases for `juju show-` commands are renamed to `jsh*`. This also means
that `jsh` and `jshc` have been renamed to `jssh` and `jsshc`. Have a look at the
README for the complete alias changes.
4 years ago
sed-i
564a60608c
style(juju)!: don't show storage status in `wjst` for consistency ( #10426 )
...
BREAKING CHANGE: `wjst` will no longer show storage in the status
output. This is done for consistency with the `jst` and `jsts`
aliases.
4 years ago
sed-i
cdd2d6efc6
feat(juju): introduce additional juju aliases ( #10426 )
4 years ago
sed-i
f045810697
feat(juju): add `jclean` function to destroy all registered controllers ( #10426 )
...
Closes #10426
4 years ago
Carlo Sala
c41f2e7a09
feat(rbw): add `rbwpw` function to copy passwords to the clipboard ( #10639 )
4 years ago
Michael Favia
897fa09f15
fix(kubectl): fix arguments in `keti` alias to allow completion ( #10669 )
4 years ago
Marc Cornellà
f0f42828fa
feat(updater): do not update when user already typed some characters ( #9699 )
...
Fixes #9699
4 years ago
Marc Cornellà
1e26ad1187
fix(bureau): fix top line space computation
...
Takes into account $ZLE_RPROMPT_INDENT and doesn't add the extra
space at the end so it doesn't bleed into the next line.
4 years ago
Marc Cornellà
74a3db75e4
perf(bureau): remove multiple grep calls in git status check
4 years ago
Harris Miller
9e9831fcf2
fix(bureau): fix never `CLEAN` git status ( #10656 )
...
Closes #10656
4 years ago
Robby Russell
2d3bae965a
Introducing the ANSI logo graphic
...
Trying this on for size for a while.
4 years ago
Carlo Sala
d9c58d5fa1
feat(yarn): add setting to disable adding global dir to `$PATH` ( #10642 )
4 years ago
Marc Cornellà
e1a9d0ce3e
fix(cli): allow `omz` commands to be used in a script ( #10645 )
...
The commands `omz plugin {enable,disable}` and `omz theme set`
automatically reload the zsh session on success. With this
change, the CLI checks whether the commands are run in an
interactive session before reloading the zsh session.
This change also conditionally sets the completion function
for `omz` so that it's not done in a non-interactive session.
4 years ago
Civan Yavuzşen
4ee0cf3cb4
feat(multipass): add plugin for multipass ( #10140 )
...
Co-authored-by: C. Yavuzsen <cyavuzsen@comscore.com>
4 years ago
Marc Cornellà
0be7c897f8
refactor(zsh_reload)!: remove deprecated plugin
...
BREAKING CHANGE: the `zsh_reload` was deprecated long ago and showed
a deprecation message. The `src` function was replaced by the CLI
command `omz reload`, so use that instead from now on.
4 years ago
Marc Cornellà
3fdad09d09
chore: update copyright year
4 years ago
Marc Cornellà
73001e9382
refactor(django): remove deprecated `django` plugin
...
BREAKING CHANGE: the `django` plugin was deprecated in 2021-09-22. With
this change it has now been removed altogether. Zsh already provides
built-in completion for Django commands.
4 years ago
Carlo Sala
eabec36586
style(init): use consistent code style in init script ( #10601 )
4 years ago
Marc Cornellà
46f5d38b1d
refactor(installer): use POSIX-standard's `id -u -n` to define `$USER`
4 years ago
Gheritarish
11a87eac47
chore(1password): fix comments to follow code ( #10634 )
4 years ago
Felipe Contreras
6f9650d940
fix(gitfast): update to git-completion 1.3.6 ( #10633 )
4 years ago
Marc Cornellà
3c5367d272
fix(changelog): don't show changelog with only ignored type commits
4 years ago
Lukas
b5edb51ee4
style(rkj-repos): change `white` to `default` to support light color schemes ( #6195 )
...
Co-authored-by: Matthias Doering <matthias.doering@teamix.de>
4 years ago
ajr-dev
ad8220bc6d
fix(tmux): use `$ZSH_TMUX_CONFIG` setting in tmuxconf alias
4 years ago
Kuri Schlarb
303ae79712
fix(ys): fix `$VIRTUAL_ENV` check if `nounset` is enabled ( #9915 )
4 years ago
Marc Cornellà
59c40eee8e
fix(installer): avoid `git clone -c` to support git v1.7.1 ( #10621 )
4 years ago
Marc Cornellà
3741d1aa02
fix(npx)!: detect new `npx` versions and fail gracefully ( #10452 )
...
BREAKING CHANGE: the `npx` plugin used a feature of `npx` to check for
npm packages and run them if a command was not found. This feature was
removed in v7.0.0 and was deemed insecure. The `npx` plugin is now
officially deprecated and will be removed soon.
Fixes #10452
4 years ago
Marc Cornellà
fc40b53e64
style(updater): silence `git pull` output and show errors in English
4 years ago
Carlo Sala
4417faf84c
feat(postgres): support Homebrew for Apple Silicon ( #10618 )
4 years ago
Marc Cornellà
f64cabc780
fix(cli): make sure to run `zsh` command if an alias exists ( #9737 )
...
Fixes #9737
4 years ago
David Chin
8e7c33bf15
chore(1password): fix typo in `opswd` ( #10614 )
4 years ago
Marc Cornellà
788802af68
fix(installer): correct check for `sudo` in shell change logic
4 years ago
Marc Cornellà
861805b64d
fix(installer): define `$USER` if not defined
...
Fixes missing $USER value in ArchLinux sh (bash)
4 years ago
Marc Cornellà
c7221c5f25
style(installer): prefix formatting variables with `FMT_`
4 years ago
Ricky Medina
3f5402e268
feat(1password): add plugin for 1password ( #8884 )
...
Co-authored-by: Marc Cornellà <hello@mcornella.com>
4 years ago
Mathias Neerup
d4f5fa37e8
feat(simple): add color to git status indicator ( #4962 )
...
Closes #4962
4 years ago
Marc Cornellà
84931adcd4
fix: do not call chpwd hooks in subshells
4 years ago
GitHubLeakedPAN, GitHubLeakedMyautsai
4e0f19cf92
feat(ys): show `svn` repository information ( #10582 )
4 years ago
kronion
2b492aec93
chore(poetry): remove unnecessary unset ( #10605 )
4 years ago
Billy Mathews
675a2d9922
feat(tmux): add `tmuxconf` alias to edit .tmux.conf ( #6555 )
...
Closes #6555
4 years ago
Marc Cornellà
a7efd96a60
fix(dotenv): match for exact directory path in allowed/disallowed files
4 years ago
Marc Cornellà
0b08b70b0c
chore(poetry): fix copy-paste error
4 years ago
kronion
00d0735704
feat(poetry): add plugin to provide completion for Poetry ( #10595 )
4 years ago