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
Mike Mattice
fe9d87d6dc
feat(aws): accept aws mfa tokencode on `acp` cli call ( #10130 )
...
Co-authored-by: Mike Mattice <mmattice@reliant.io>
4 years ago
Marc Cornellà
22c11da108
fix(fig): fix typo in completion command
4 years ago
Marco Franssen
cddf1b6982
feat(fig): add plugin for Fig ( #10432 )
4 years ago
Marc Cornellà
957dca698c
style(sudo): clean code style and reorganise logic
4 years ago
Carlo Sala
540b2200af
feat(sudo): respect `$SUDO_EDITOR` and `$VISUAL`, switch to `sudo -e` ( #10596 )
4 years ago
Marc Cornellà
4f2d8b4d4c
fix(kubectl): source completion instead of autoloading it
4 years ago
Marc Cornellà
dfaad779a9
fix(helm): fix completion loading mechanism
4 years ago
Marc Cornellà
567bd59395
refactor(cli): use self-referencing in subcommand functions
4 years ago
Mykola Krachkovsky
1e277553bc
fix(svn): fix sed call in `svn_get_rev_nr` ( #10590 )
4 years ago
Marc Cornellà
035c856c2c
fix: get branch name first in `omz version` and changelog
4 years ago
Marc Cornellà
805427e06b
fix(updater): give priority to `zstyle` settings if set ( #10587 )
...
Fixes #10587
4 years ago
Marc Cornellà
aaebe4c890
fix(mvn): fix listing modules in completion ( #10586 )
4 years ago
Marc Cornellà
bddecfed58
style(updater): remove statl from `git pull`
4 years ago