Nikan Eidi
44394e7225
feat(docker): add aliases for container, network, and system prune ( #13612 )
...
* feat(docker): add aliases for container, network, and system prune
This PR adds missing aliases for Docker prune commands (container, network, and system) to the docker plugin, improving consistency with the existing image and volume prune aliases.
* docs(docker): add prune aliases to README
Added 'dcprune', 'dnprune', and 'dsprune' aliases for container, network, and system pruning.
* docs(docker): add prune aliases to README
2026-03-19 09:05:20 -07:00
Halil Özgür
4daba14316
refactor(bundler): Remove bundle_install and just use: bundle install ( #13617 )
2026-03-18 09:26:47 -07:00
Rohan Santhosh Kumar
bec3f2244a
docs(vscode): fix typo ( #13627 )
...
Co-authored-by: rohan436 <rohan.santhoshkumar@googlemail.com >
2026-03-16 12:00:44 +01:00
ohmyzsh[bot]
7de13621b3
chore(gradle): update to dd3a8adb ( #13635 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2026-03-15 09:26:19 +01:00
Alessandro Elio Cantini
8df5c1b18b
fix(last-working-dir): use explicit return 0 in early-exit guards ( #13623 )
2026-03-10 10:52:12 +01:00
ohmyzsh[bot]
abc2372919
chore(history-substring-search): update to version 14c8d2e0 ( #13521 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
Co-authored-by: Marc Cornellà <marc@mcornella.com >
2026-03-06 11:09:41 +01:00
Markus Hofbauer
5292fea2ba
feat(pre-commit): add prek support ( #13529 )
...
Closes #13432
2026-03-04 09:28:48 +01:00
Nicknamess96
4f8632db32
docs(jj): compatibility with git async prompt ( #13602 )
...
Co-authored-by: Nicknames96 <nicknames96@users.noreply.github.com >
2026-03-04 09:25:22 +01:00
ohmyzsh[bot]
bf2948322b
chore(kube-ps1): update to 9b41c091 ( #13522 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2026-03-03 20:08:07 +01:00
PascalKont
5c4f27b716
feat(molecule): introduce molecule aliases ( #13594 )
2026-02-25 11:42:24 +01:00
Adam Spiers
400591e71c
fix(colored-man-pages): quote array expansion ( #13591 )
2026-02-23 11:33:24 +01:00
Jason
536515d186
docs(yum): fix typo ( #13589 )
2026-02-23 10:46:40 +01:00
nervo
2117ee5cf7
feat(molecule): introduce molecule plugin ( #12760 )
2026-02-23 10:43:26 +01:00
Grigorii Sokolik
52d93f18d6
feat(virtualenvwrapper): add archlinux support ( #13584 )
2026-02-19 11:57:49 +01:00
Eve
44f2a128aa
fix(thefuck): quote ZSH_CACHE_DIR path ( #13569 )
...
path wasnt quoted, would break if it had spaces
2026-02-18 12:34:12 +01:00
Eve
45dd7d006a
fix(zsh-navigation-tools): quote some potential space-filled strings ( #13567 )
2026-02-16 12:10:27 +01:00
Thomas Witt
993afc8267
feat(dotenv): add named pipe (FIFO) support ( #13561 )
2026-02-16 12:08:13 +01:00
c0mpile
a8aca3fba5
fix(dnf): ensure correct alias for different version ( #13559 )
2026-02-16 12:01:00 +01:00
HOHOH134
e076690551
feat(gitignore): use cdn as endpoint ( #13497 )
2026-01-20 10:21:56 +01:00
Vinfall
233e81db4e
feat(command-not-found): support void linux ( #13531 )
2026-01-20 10:15:02 +01:00
Arbian Shkodra
834fbf3711
feat(hcloud): add plugin for Hetzner Cloud CLI ( #13473 )
...
Add a new plugin for the Hetzner Cloud CLI (hcloud) with:
- Auto-completion support
- Comprehensive aliases for all major hcloud commands
- Context management shortcuts
- Server, volume, network, and firewall management aliases
- Load balancer and certificate management shortcuts
- Documentation with complete alias reference
2026-01-18 09:50:45 -08:00
Sassan torabkheslat
47e990ccad
feat(brew): add aliases for reinstall and HEAD install ( #13446 )
...
Add new aliases:
- br: brew reinstall
- bih: brew install --HEAD
- brh: brew reinstall --HEAD
2026-01-18 09:48:55 -08:00
Match
35068db837
feat(jj): add alias for jj abandon ( #13510 )
2026-01-11 12:54:11 +01:00
Carlo Sala
871d4b9816
fix(1password)!: remove v1 support ( #13507 )
...
BREAKING CHANGE: `op` v1 support has been removed. Please migrate to v2
if you are affected by this change.
2026-01-08 12:02:40 +01:00
Halil Özgür
ed21aa1961
fix(mise)!: remove unneeded hook-env call ( #13491 )
...
BREAKING CHANGE: Backwards compatibility for `rtx` has been removed.
Please migrate to `mise` if you are affected by this change.
2026-01-08 11:43:14 +01:00
ohmyzsh[bot]
2daffdf101
chore(kube-ps1): update to 0b0e6daf ( #13503 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2026-01-05 13:07:40 +01:00
Marc Cornellà
a79b37b954
Revert "fix(kubectl)!: change alias from kl to klog ( #13204 )"
...
This reverts commit 475b18f39a .
2025-12-30 09:48:43 +01:00
Daniel R. Neal
0f45f82c0a
feat(tmux): add 'to' alias for session attachment ( #13479 )
2025-12-22 13:31:21 +01:00
Arvin Verain
95de26572e
revert(git): revert deprecation for gg* aliases ( #13485 )
...
These aliases have long been expected and integrated with user workflows. Reverting our decision to deprecate them.
2025-12-19 10:05:49 +01:00
NanoNova
945d89f7ae
feat(kubectl): add aliases for kustomization directories ( #13033 )
2025-12-17 19:27:29 +01:00
Yurii Liaskovets
8a231b1930
feat!: unify auto-approve aliases in terraform and opentofu ( #12795 )
...
BREAKING CHANGE: `tfaa` (apply auto-approve) aliases are now named `tfa!`
to require extra effort on potentially destructive action, in a similar
fashion to destroy auto-approve.
2025-12-17 18:55:47 +01:00
Jérémy
475b18f39a
fix(kubectl)!: change alias from kl to klog ( #13204 )
...
BREAKING CHANGE: `kl` alias has been renamed to `klog`, because of conflict
with https://github.com/robinovitch61/kl .
Co-authored-by: Marc Cornellà <marc@mcornella.com >
2025-12-17 18:50:21 +01:00
Arvin Verain
d4a62a2715
refactor(git)!: remove old deprecated aliases ( #13149 )
...
BREAKING CHANGE: the following deprecated aliases have been removed:
gup, gupv, gupa, gupav, gupom, gupom. The following aliases have been
deprecated: ggpull, ggpur, ggpush. `current_branch` has also been
deprecated, in favor of `git_current_branch`.
2025-12-17 18:35:46 +01:00
leggatron
b5c449e1eb
feat(terraform): add -parallelism=1 aliases ( #13484 )
2025-12-17 08:04:09 +01:00
Tanzim Hossain Romel
92aed2e936
feat(extract): add unar as fallback for RAR extraction ( #13472 )
...
Add unar as a fallback when unrar is not available for extracting
RAR files. This addresses the issue where unrar has been removed
from Homebrew due to licensing issues.
The extraction now:
- Prefers unrar if available (backward compatible)
- Falls back to unar if unrar is not found
- Shows helpful error message if neither tool is installed
2025-12-09 20:14:31 +01:00
Mohaiminus Sakib
72acd2ca90
feat(uv): add more useful aliases ( #13462 )
...
Co-authored-by: Mohaiminus Sakib <roddur093@gmail.com >
Co-authored-by: Marc Cornellà <marc@mcornella.com >
2025-12-08 16:57:50 +01:00
Cyril Plisko
a98a9f7122
feat(jj): add jj aliases for common workflows ( #13179 )
...
- jj bookmark
Aliases for bookmark subcommands
- jj git push
Aliases for popular push flags
- jj new "trunk()"
- jj rebase -d "trunk()"
- jj status
2025-12-05 12:00:56 +01:00
benzlokzik
5f7f419759
feat(uv): add alias for pinning Python version ( #12914 )
2025-12-05 08:51:45 +01:00
Marc Cornellà
977c4f93a6
refactor(rbfu)!: remove deprecated rbfu plugin
...
BREAKING CHANGE: `rbfu`, the tool to manage Ruby versions, has long
been deprecated (2013-02-05). The plugin has been removed. If you
were still using it, consider using alternative Ruby version
managers: https://www.jetbrains.com/help/ruby/ruby-version-managers.html
2025-12-01 11:21:13 +01:00
Marc Cornellà
ee30bc535a
refactor(fig)!: remove archived fig plugin
...
BREAKING CHANGE: the fig plugin has been removed. `fig` was sunset
on September 1, 2024. Having this plugin no longer makes sense.
See https://fig.io/ for more information.
2025-12-01 11:21:13 +01:00
Firas Bouzguenda
b04e01d418
feat(kubectl): add aliases for kubectl rollout restart ( #12883 )
...
Co-authored-by: Marc Cornellà <marc@mcornella.com >
2025-11-22 18:31:03 +01:00
StavShukrunRise
15bcada010
feat(pulumi): add plugin for Pulumi CLI ( #13041 )
...
Co-authored-by: Marc Cornellà <marc@mcornella.com >
2025-11-22 18:11:40 +01:00
Carlo Sala
9d93dfaa60
fix(keychain): use pattern matching to detect version ( #13423 )
2025-11-15 11:39:09 -03:00
Artyom Fedosov
5a282b9b30
chore(git): remove quotes around $# ( #13403 )
2025-11-14 14:21:32 +01:00
Fournet Enzo
dca16e8f9a
docs(docker-compose): clarify tool choice ( #13399 )
2025-11-12 07:42:35 -03:00
Oskar Hermansson
a0576348d0
docs(dotnet): remove Core suffix ( #13418 )
2025-11-11 20:10:26 -03:00
ohmyzsh[bot]
90a22b61e6
feat(gradle): update to 25c3d368 ( #13407 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2025-11-03 08:30:05 +01:00
Yaroslav Sapak
43e880ba45
feat(vscode): add support for Cursor ( #13382 )
2025-10-30 19:22:01 -07:00
Mohaiminus Sakib
136298e110
feat(nestjs) Adding NestJS plugin ( #13104 )
...
* Adding NestJS command aliases
* Removed installation instructions from the README file of NestJS plugin
2025-10-27 11:37:07 -07:00
ohmyzsh[bot]
969cd28e0d
chore(gradle): update completion to 1525cf3f ( #13393 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2025-10-26 08:56:26 +01:00