0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

4606 commits

Author SHA1 Message Date
ohmyzsh[bot]
d0bddee6e3
feat(gradle): update completion to version 25da917c (#12287)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2024-03-15 19:55:43 +07:00
shuangcui
c8ba08581d
docs: fix typos (#12284) 2024-03-14 23:07:39 +07:00
guangwu
6780b19329
docs(pyenv): fix typo (#12283) 2024-03-14 17:37:06 +07:00
Ing. Jan Kaláb
4ad09ab0b1
feat(extract): prefer using pbzip2 instead of bunzip2 (#12280) 2024-03-13 00:23:08 +07:00
Misaka
4fd2af0a82
feat(fzf): add default fzf_base for msys2 (#12274) 2024-03-10 03:16:16 +01:00
Felipe Contreras
2a71aa5017
chore(gitfast): remove update script (#12262)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-03-07 09:47:15 +01:00
Carlo Sala
fd01fd66ce
perf(nvm): don't call nvm version on every cd
Now we only call `nvm version` in case we changed directory and we are
not anymore in a `.nvmrc` directory.
See https://github.com/nvm-sh/nvm/pull/2874
2024-03-04 11:11:35 +01:00
Carlo Sala
94aa49c0b9
feat(nvm)!: make lazy and autoload options compatible
BREAKING CHANGE: Prior to this commit, if `lazy` and `autoload` options
were enabled at the same time, `lazy` was getting overriden and only
`autoload` was taken into account.
Now they work together and `autoload` will be enabled after `nvm` has
been lazy-loaded.

Closes #11690
2024-03-04 11:11:27 +01:00
Carlo Sala
0ea0d14288
fix(nvm): remove zsh completion
We rely on official bash completion now on.
2024-03-04 10:47:34 +01:00
Maxime Brunet
da16258c5c
fix(terraform): fix completion repeating flags with value (#12256) 2024-03-04 08:28:00 +01:00
Maxime Brunet
f17aa2ffa8
fix(terraform): pass -chdir to completion commands (#12254) 2024-03-03 21:22:41 +01:00
Robert Crews
12cd3b3e39
feat(python): add auto venv activation (#12248)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-03-03 13:04:19 +01:00
Maxime Brunet
97a86ed167
feat(terraform): update completion to v1.7 (#12252) 2024-03-03 11:56:40 +01:00
Carlo Sala
70395a6463
fix(git): do not use += in sh script
Fixes #12251
2024-03-03 11:22:25 +01:00
Carlo Sala
458fc2e1df
docs(git-commit): add warning 2024-03-02 10:05:54 +01:00
Carlo Sala
b6c1de87b0
fix(git-commit): add omz version check 2024-03-02 10:05:44 +01:00
张天泽
2c62584b83
fix(tmux): use full offset parameter (#12249) 2024-03-02 09:12:34 +01:00
Carlo Sala
8e088ded82
docs(git-commit): document attention flag 2024-03-02 01:25:20 +01:00
Rejman
3ee108ccb3
feat(git-commit): add -a | --attention flag
Refactor function as well to reduce flaws and increase stability

Closes #12234

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-03-02 01:22:01 +01:00
Carlo Sala
e3216d15c2
fix(git-commit)!: allow alias update
BREAKING CHANGE: Prior to this commit, git aliases were not being
updated after every update of oh-my-zsh. In case you were using
git-commit plugin before this commit, please remove your git aliases to
proceed.
2024-03-02 01:09:17 +01:00
Carlo Sala
0008534147
fix(tmux): regression with detached sessions
See https://github.com/ohmyzsh/ohmyzsh/pull/12242#issuecomment-1973236605
2024-03-01 16:44:20 +01:00
Artem Babii
9730915910
feat(kube-ps1): add symlink support (#12208) 2024-02-29 22:07:10 +01:00
Gam
50fd98e5a6
fix(ssh): allow multiple definitions per host (#12227) 2024-02-29 21:59:27 +01:00
Jonathan De Troye
65b23a3328
fix(tmux): do not pass empty flags to aliases (#12232)
This enables compatibility with tmux >3.3a

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-02-29 19:05:54 +01:00
Pandu E POLUAN
6a65ac9025
feat(eza): create plugin (#12237)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-02-29 09:40:40 +01:00
Pandu E POLUAN
51bf9fc2de
feat(tmux): prioritize tmux terminfo (#12243)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-02-28 10:52:09 +01:00
Dusk
c891b7e6ad
feat(tmux): add option for detached mode (#12242) 2024-02-27 20:09:02 +01:00
Juan Morete
fcab8f1611
docs(ansible): remove duplicated alias entry (#12235) 2024-02-23 11:25:53 +01:00
Oren
40ff950fcd
fix(docker): support completion on snap installs (#12224) 2024-02-20 10:59:12 +01:00
Julian
15ffbdd346
feat(zoxide): add option to override cmd (#12218) 2024-02-19 10:29:37 +01:00
Frederik Ring
872b5cd408
docs(kubectx): add quoting to array keys (#12216) 2024-02-14 12:14:08 +01:00
Carlo Sala
43613d7b71
fix(web-search): use pattern instead of regex
Closes #12202
2024-02-07 11:16:36 +01:00
Mateus Fernandes de Mello
883da63320
feat(web-search): add programming packages search (#12199) 2024-02-06 11:26:30 +01:00
Rayzeq
2124370900
fix(sublime): pass user's env to sst (#12194) 2024-02-04 18:21:31 +01:00
Markus Hofbauer
bebd9ea59f
chore(brew): remove duplicated alias (#12192) 2024-02-03 10:18:33 +01:00
lutra
69b0dfeadf
fix(kubectx): k8s contexts with spaces (#12191) 2024-02-02 17:12:36 +01:00
Markus Hofbauer
b5e6392f21
feat(hazel): add some aliases (#12070) 2024-02-01 17:37:37 +01:00
Eric Schultz
d6658f9af3
feat(stripe): add completion plugin (#12064)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-02-01 17:16:34 +01:00
0rxa
05bf69c604
feat(aws): implement permanent state (#12018)
Co-authored-by: Rei Arifi <reiarifi@Reis-MacBook-Pro.local>
Co-authored-by: Hysen Ndregjoni <hndregjoni@hotmail.com>
2024-02-01 17:11:13 +01:00
Harkesh
6f215cd692
feat(git): add grf alias (#12176) 2024-02-01 17:00:27 +01:00
Rejman Nascimento
4efad7ab1b
feat(git-commit): add wip kind (#12188) 2024-02-01 16:54:24 +01:00
Gauthier Delacroix
e195c7cb43
fix(aws): pass default region to fetch regions (#12175)
Co-authored-by: Gauthier Delacroix <no@email.com>
2024-01-30 21:36:18 +01:00
Frank Dana
8b2ce98578
feat(ssh): add plugin (#12186)
Closes #2707 

Co-authored-by: Frank Wittig <frank.wittig@here.com>
Co-authored-by: Frank Wittig <frank@e5k.com>
2024-01-30 11:43:03 +01:00
ditzy
652037ebdf
fix(jump)!: only resolve mark symlink (#11074)
BREAKING CHANGE: Previously, `jump` would resolve the symlink to the mark directory and resolve again if the mark directory was also a symlink. It only resolves once after this commit.
2024-01-25 10:19:01 +01:00
Carlo Sala
e656377d36
fix(web-search): encode spaces as %20 2024-01-24 10:10:55 +01:00
Júlio Selva
d43f03ba91
feat(virtualenvwrapper): run function on startup (#12163) 2024-01-18 19:34:30 +01:00
Brian McKenna
486e56aba8
feat(autojump): add path for nix per-user (#11935)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-01-17 17:09:43 +01:00
Ali Sajid Imami
c6ce22f1d2
feat(vscode): add vscp alias (#12092)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-01-17 16:50:23 +01:00
ohmyzsh[bot]
c007497431
feat(history-substring-search): update to version 8dd05bfc (#12167)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-01-16 11:06:19 +01:00
Carlo Sala
d44ec1492b
ci(dependencies): create history-substring-search files as expected 2024-01-16 11:02:07 +01:00
Carlo Sala
530cd7f76b
fix(history-substring-search): source properly plugin 2024-01-16 11:02:07 +01:00
Carlo Sala
d2ffe8306a
feat(history-substring-search): use new dependencies updater 2024-01-16 10:47:06 +01:00
Tabrez Mohammed
d93401c642
feat(history-substring-search): update to upstream (#12164) 2024-01-16 10:39:45 +01:00
とんとんぼ
35a5357704
feat(web-search): add deepL (#12165) 2024-01-16 10:37:13 +01:00
Mohammad Al Zouabi
8be4789bbb
feat(git): add greva and grevc aliases (#12042) 2024-01-13 18:56:23 +01:00
Mladen Plavsic
cb7ff9fb14
feat(git): add gcann! alias (#12041) 2024-01-13 18:54:56 +01:00
Gautam krishna R
11b0ea33d1
fix(python): add support for cli args (#12159) 2024-01-13 18:47:54 +01:00
reda
15479ca5ae
feat(terraform): add new terraform and helm aliases (#11923) 2024-01-13 12:36:26 +01:00
Albert Still
1c8dee848d
docs(git): align gpristine alias (#12155)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-01-10 21:41:43 +01:00
Johan Kaving
428866e28d
fix(macos): print usage for man-preview with no args (#12147) 2024-01-06 12:32:18 +01:00
Mete
8980ffebbc
feat(gcloud): add asdf installation dir (#12146) 2024-01-05 10:38:26 +01:00
Zacharias Knudsen
f4435a4522
feat(rails): update completion script (#12145)
Source: f7c3173886/src/_rails
2024-01-04 10:30:14 +01:00
Jared Allard
b5583a3216
fix(rtx)!: rename rtx plugin to mise (#12143)
BREAKING CHANGE: Rename `rtx` plugin to `mise`. The project swapped name
in `v2024.1.0`. Replace references to `rtx` with `mise` while
maintaining backwards compatibility for `rtx` installations.

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-01-03 13:02:43 +01:00
Carlo Sala
a9b6af5b23
refactor(minikube): standardize completion generation
Closes #10763
2024-01-02 21:01:17 +01:00
ohmyzsh[bot]
667fdbf774
feat(z): update to version afaf2965 (#12136)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2023-12-28 22:05:37 +01:00
ohmyzsh[bot]
f43ee85d8f
feat(gitfast): update to version v2.0 (#12135)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2023-12-28 22:05:07 +01:00
B. Hamonangan
ec74eb91bd
feat(git): add gcB alias (#12116) 2023-12-27 13:47:58 +01:00
B. Hamonangan
3e92d251ba
feat(aws): add support for sso sessions login (#12090)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-12-27 11:09:23 +01:00
Basti
94a0481f18
feat(aws): add sso logout capabilities (#12113) 2023-12-27 10:59:05 +01:00
Brian Hartvigsen
64d881b479
fix(bgnotify): don't require accessibility perms in macos (#11433) 2023-12-27 10:57:53 +01:00
Carlo Sala
8a8a04f43a
fix(nvm): prevent duplicates in lazy_cmd
Closes #11344
2023-12-27 10:52:23 +01:00
Nidelson Gimenez
f74add6cb2
feat(react-native): add aliases for iPhone 15 (#12114) 2023-12-24 09:40:51 +01:00
Gautam krishna R
9004c177ba
fix(bgnotify): make it work with set -e (#12111)
Co-authored-by: ipChrisLee <chrisleecn@outlook.com>
2023-12-22 09:57:23 +01:00
Oleg Grigoriev
2a15741656
fix(rake-fast): make .rake_tasks write atomic (#12108) 2023-12-20 20:52:27 +01:00
Jasmin
48ccc7b36d
feat(dotnet): update completion script (#12028) 2023-12-06 09:22:06 +01:00
Josh Hubbard
346bd1cd53 feat(frontend-search): add I am lucky option 2023-12-06 09:16:43 +01:00
Josh Hubbard
c37df3ebd4 feat(frontend-search): add nextjs 2023-12-06 09:16:43 +01:00
Benjamin Neff
0a9d82780e
feat(bgnotify): add option to disable terminal bell (#12077) 2023-12-01 17:09:48 +01:00
Johan Sjöblom
9b5b389c22
refactor(bgnotify): get Sway AppId with awk as fallback (#12062)
Closes #12062
2023-12-01 16:55:39 +01:00
cohml
418046e958
feat(per-directory-history): add option to reduce verbosity (#12069)
Co-authored-by: Chris Hamill <chamill@ets.org>
2023-11-29 10:15:32 +01:00
MikuHatsune39
ddf673b36d
fix(python): set py alias if py is not installed (#12059)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-11-24 09:35:46 +01:00
Mamad Kajbaf
76a1dfcf2b
feat(docker-compose): add dclF alias (#10603) 2023-11-23 20:03:59 +01:00
Johan Sjöblom
6c5586cb08
docs(bgnotify): match README with current features (#12057) 2023-11-23 20:00:34 +01:00
Johan Sjöblom
38e80e9f21
feat(bgnotify): add icon parameter (#12055) 2023-11-23 11:11:08 +01:00
Saduff
44a5513fcb
fix(per-directory-history): print toggle message properly (#10872) 2023-11-22 18:44:21 +01:00
Carlo Sala
18073af622
fix(bgnotify): detect properly if swaymsg is installed
Closes #12053
2023-11-22 15:22:36 +01:00
bretello
e6a1db213d
feat(bgnotify): add support to wayland (#12045) 2023-11-20 12:54:56 +00:00
Babak K. Shandiz
22f9a8d3b8
fix(juju): add public-address fallback to jaddr (#12046) 2023-11-20 12:52:32 +00:00
Þórhallur Sverrisson
e0213342d1
feat(vi-mode): add option to disable clipboard (#12037) 2023-11-20 11:27:54 +00:00
nexpspace
6165c257ae
fix(grc): source grc.zsh on gentoo (#12050)
Co-authored-by: mphi <mphi@norealmail.fdfe.de>
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-11-20 11:25:22 +00:00
Thomas Luzat
c8e600f397
fix(direnv): initialize properly direnv
Closes #12038
Closes #12039

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-11-15 12:54:50 +01:00
Marc Cornellà
b6bb133f23
fix(git): fix repository detection in gccd function (#12023)
Fixes #12023
2023-11-08 08:42:34 +01:00
Carlo Sala
632ed413a9 fix(wd): use (( )) instead of [[ ]]
zsh versions prior to 5.0.6 mark `[[ <num> ]]` as invalid syntax

Closes #12017
2023-11-02 15:49:57 +01:00
Sarah Noor
38c01a235f
feat(npm): add alias for npm run build (#12012)
Closes #12010
2023-10-28 17:48:45 +02:00
Josh Hubbard
cb86d378f2
feat(git-auto-fetch): fetch also submodules (#12001) 2023-10-28 10:37:50 +02:00
Marc Cornellà
048455ccef
fix(git-commit): fix revert alias conflict (#12007)
Fixes #12007
2023-10-25 19:47:46 +02:00
alps2006
5c22c5812e
feat(vi-mode): allow replacing on visual mode (#12006) 2023-10-24 14:00:26 +02:00
家鳖大帝
b7904ae548
fix(firewalld): remove (default) from the end of zone string (#11998) 2023-10-24 13:33:04 +02:00
Amir Hosseini
465253396d
fix(direnv): use hook instead of export (#12000) 2023-10-22 10:30:25 +02:00
Marc Cornellà
ff6dac56a2
fix(git): fix smart cd to cloned directory in gccd function 2023-10-19 23:04:08 +02:00
Marc Cornellà
f79647dba5
fix(git): fix check in gbds function 2023-10-19 22:05:03 +02:00
Zeeshan
207d29b716
fix(git)!: standardize git pull --rebase aliases (#11224)
BREAKING CHANGE: The alias `gup` for `git pull --rebase` and its derivatives
are replaced by `gpr` for standardization. This means the previous aliases will
no longer be available after a few months. Meanwhile, the original aliases are
still working, with a deprecation notice.
See https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/git/README.md#deprecated-aliases
for the full list of deprecated aliases.

Fixes #11104
Closes #11224

Co-authored-by: Marc Cornellà <marc@mcornella.com>
2023-10-19 22:00:04 +02:00
Marc Cornellà
9f84ba0854
feat(command-not-found): add support for Homebrew on Linux
Fixes #11151
2023-10-19 20:47:26 +02:00
Marc Cornellà
d082d87580
refactor(lando): add LANDO_ZSH_WRAPPED_COMMANDS setting and refactor 2023-10-19 20:38:45 +02:00
Ryan Tvenge
a8dee63ffe
feat(lando): bypass lando if command is not available in container (#11993)
Closes #11993
2023-10-19 20:38:37 +02:00
Peat Bakke
104041a018
feat(tmux): add tds alias for directory sessions (#11987) 2023-10-19 11:49:38 +02:00
Vishal Sharma
0da416986a
fix(ssh-agent): add error message if ~/.ssh is not found (#11929)
Closes #11829 

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-10-18 20:14:47 +02:00
Marc Cornellà
8152dc673b
fix(git): move squash-merged branch deletion from gbda to gbds function (#11991) 2023-10-18 20:01:58 +02:00
Jérémy
b696288337
feat(kubectl): add kgdsa alias (#11863) 2023-10-18 19:27:47 +02:00
Patryk Krawaczyński
f10cd5281d
feat(history): add hl alias (#11990) 2023-10-18 13:59:28 +02:00
Vyacheslav Scherbinin
d3112d67a3
feat(vscode): allow arguments to vsc alias (#11903)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-10-18 09:18:05 +02:00
nishanthps-cai
96c976637a
feat(bazel): use completion also for bazelisk (#11984) 2023-10-17 09:55:05 +02:00
Marc Cornellà
f939768751
fix(git): fix fallback to develop branch if master not found (#11966) 2023-10-14 16:40:45 +02:00
Kapil Pau
48a62a9f71
feat(span): Introducing Snapcraft CLI plugin (#9357) 2023-10-13 15:11:47 -07:00
Sandesh Pyakurel
8d9c9b6174
chore(postgres): fix typo (#11967) 2023-10-13 17:00:28 +02:00
Sandesh Pyakurel
3efdbf9e1e
chore(hitchhiker): fix typos (#11961) 2023-10-13 09:53:48 +02:00
Sandesh Pyakurel
772b41ea5a
chore(zsh-navigation-tools): fix typo (#11960) 2023-10-12 16:24:40 +02:00
Marc Cornellà
7329b2fbb1
docs(debian): clarify override behavior for apt_pref and apt_upgr
Fixes #11959
2023-10-12 11:46:49 +02:00
Preston Button
5743198e0e
docs(aliases): fix typo (#11958) 2023-10-12 10:32:48 +02:00
Marc Cornellà
53cb50acb5
refactor(systemadmin): use ss instead of netstat when available (#11957) 2023-10-11 20:43:55 +02:00
Marc Cornellà
fedef5dbd5
fix(xcode): open Xcode in current Desk if already open in another (#10384)
Fixes #10384
2023-10-11 19:23:44 +02:00
Lukas Elmer
da3b8fcb6a
fix(yarn): output completion entries in UTF-8 (#11955) 2023-10-11 18:06:22 +02:00
Adam Johnson
b1821a24f0
fix(git): restore showing patch in gsts (#11951) 2023-10-10 17:56:54 +02:00
Adam Henley
38db3e16ef
feat(kind): add plugin for Kind k8s tool (#9827)
Co-authored-by: jxlwqq <jxlwqq@gmail.com>
Co-authored-by: Francesco Ilario <fr.ilario@gmail.com>
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2023-10-09 20:28:09 +02:00
tobi1805
24b2600558
feat(git): delete squash-merged branches in gbda (#11948) 2023-10-09 18:07:51 +02:00
Marc Cornellà
30a8a5d3e2
fix(rtx): fix rtx init procedure (#11949) 2023-10-09 17:53:00 +02:00
DemonKiller
7105e37ef0
feat(rtx) Added new polyglot runtime manager (asdf rust clone) (#11932)
* add readme.md for rtx
* add rtx plugin
* update install info
* remove redundant slashes
2023-10-08 15:27:55 +02:00
Abhinav
f36c6db0ea
feat(shell-proxy): allow excluding endpoints with NO_PROXY (#11924) 2023-10-02 20:58:42 +02:00
jack
7400d469b6
fix(ruby): add missing -run in rserver alias (#11913) 2023-10-02 20:41:18 +02:00
bretello
df80a2da54
feat(vi-mode): copy to clipboard when using vi-change* and vi-yank* widgets (#11861) 2023-10-02 20:41:01 +02:00
HeroCC
fea4584ceb
fix(tmux): don't autostart inside background intelliJ (#11927) 2023-10-02 20:34:57 +02:00
Thomas Faugier
278bcfc93b
feat(asdf): load zsh completions instead of bash ones
Closes #11143
Closes #8779

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-10-02 20:27:52 +02:00
Jake Conway
27402e2603
docs(gas): update plugin url (#11918) 2023-09-29 11:24:40 +01:00
Piotr Minkina
d3b6f1fd5e
fix(gradle): remove look for settings.gradle files (#11917) 2023-09-28 22:43:06 +01:00
Carlo Sala
0e1e877ea9
fix(git)!: remove gt alias
BREAKING CHANGE: `gt` alias clashes with Graphite CLI
(https://graphite.dev). See https://github.com/ohmyzsh/ohmyzsh/pull/11910#issuecomment-1736340910
2023-09-27 08:19:59 +02:00
Adam Johnson
4fb5d02db9
feat(git): add reset aliases grhk and grhs (#11896) 2023-09-26 09:31:32 +02:00
Adam Johnson
e2b855341b
feat(git): add tag aliases gt and gta (#11910)
Co-authored-by: hasecilu <hasecilu@protonmail.com>
Co-authored-by: Rik <gitaarik@posteo.net>
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-09-26 09:27:48 +02:00
Adam Johnson
bca62f78e2
feat(git): add branch rename alias gbm (#11909)
Co-authored-by: Gabriel Akinyosoye <gabrielfemi799@gmail.com>
2023-09-26 09:22:32 +02:00
Adam Johnson
aaa74964a8
fix(git): remove --text from gsts (#11897) 2023-09-26 09:18:54 +02:00
Adam Johnson
a17789eede
docs(git): improve tables and language (#11895) 2023-09-25 10:49:22 +02:00
Carlo Sala
c91684bb1b
docs(web-search): add youtube entry 2023-09-25 08:20:20 +01:00
Marcus Müller
1c55a0fe52
feat(dnf): use dnf5 if available (#11904)
Co-authored-by: Marcus Müller <marcus_ohmyzsh@baseband.digital>
2023-09-21 11:43:00 +01:00
ajatkj
1cc32be5f6
feat(poetry-env): create plugin (#11069) 2023-09-20 15:51:27 +01:00
Trick van Staveren
350427dea2
feat(hitchhiker): clean up refs to magic string (#11900) 2023-09-20 15:09:26 +01:00
Marc-Antoine Godde
91cd5341b9
fix(gcloud): source path.zsh.inc always (#11901) 2023-09-20 11:09:46 +01:00
Jérôme Benoit
4167474f12
feat(grc): add support for arm64 macos (#11890) 2023-09-13 16:31:24 +02:00
Carlo Sala
7e4c26860d
feat(brew): add support for custom BREW_LOCATION
Fixes #11888

Co-authored-by: Matt Cable <github@curiousstranger.org>
2023-09-13 10:48:41 +02:00
bretello
01f5512311
feat(systemd): add alias for --failed commands (#11847) 2023-09-12 21:41:07 +02:00
Samuel Beckley
7077989d28
feat(macos): update spotify plugin to upstream (#11534) 2023-09-11 09:35:28 +02:00
Haltarys
b07c8cfe69
fix(git-commit): fix compatibility of alias functions (#11883) 2023-09-10 09:28:33 +02:00