1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00
Commit Graph

4762 Commits

Author SHA1 Message Date
Roeniss Moon
537807c863 feat(alias-finder): use ripgrep if possible (#13043)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-07-21 18:58:09 +02:00
jishudashen
e3e468d138 chore: fix typos (#13219) 2025-07-21 18:39:25 +02:00
Bacluc
ff97957f1c feat(tmux): avoid autostart inside zed editor (#13220) 2025-07-21 18:37:09 +02:00
Carlo Sala
8425e9774e fix(keychain): reversed logic
Closes #13106
2025-07-21 10:04:10 +02:00
Nihad Abbasov
dc3bbcda26 feat(web-search): add RubyGems.org (#13210) 2025-07-18 12:53:14 +02:00
Zachary Craig
df200c943a feat(keychain): support >2.9 (#13189)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-07-18 12:44:05 +02:00
ohmyzsh[bot]
f9d3e0ff56 feat(wd): update to v0.10.1 (#13192)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2025-06-29 17:09:07 +02:00
Carlo Sala
01433503c2 fix(rbw): reset clipboard in rbwpw only in the last invocation (#13185)
The previous behavior would reset the clipboard after 20 seconds always, even
if the `rbwpw` function was called again in between. This commit fixes that
behavior.

Co-authored-by: Marc Cornellà <marc@mcornella.com>
2025-06-25 21:33:17 +02:00
Amr Elsayyad
f8022980a3 feat(ubuntu): add apt-fast support (#13175) 2025-06-19 10:05:40 +02:00
Yunus Emre Akbalık
95ef251669 feat(dotnet): add restore alias (#13146) 2025-05-29 12:49:56 +02:00
mm503
658240f498 feat(kubectl): add aliases for get events (#13147) 2025-05-29 09:33:01 +02:00
Joaquín Gamboa
6ef47526f8 feat(laravel): add db:wipe alias (#13071) 2025-05-26 13:27:53 +02:00
Hanashiko
ecdc1e722a docs(rsync): improve README (#13137) 2025-05-24 12:42:44 +02:00
Jonas Geiregat
526969cad3 feat(mvn): add verify aliases (#13133) 2025-05-24 12:40:40 +02:00
Hanashiko
d39804a5a6 docs(universalarchive): expand documentation (#13136) 2025-05-24 09:30:14 +02:00
Kalle Ahlström
1ed17ac052 feat(terraform): add init -reconfigure aliases` (#13129) 2025-05-23 15:43:53 +02:00
Igor Aleksandrov
c95509ebfd feat(kamal): add autocomplete support and aliases for Kamal (https://kamal-deploy.org/) (#13080) 2025-05-14 14:48:50 -07:00
Lorenzo Bettini
c34c1da736 docs(vi-mode): explaination for text objects (#13116) 2025-05-12 09:56:26 +02:00
ohmyzsh[bot]
3f8ea81b89 feat(z): update to cf9225fe (#13115)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2025-05-11 11:06:03 +02:00
Cyril Plisko
62afbdebb9 feat(jj): add jjgfa alias (#13105) 2025-05-06 17:27:04 +02:00
Hanashiko
51d0e0aa1d docs(pip): add explanation for aliases (#13103) 2025-05-05 13:00:29 +02:00
Carlo Sala
f6a7bbf81a fix(debian): avoid aptitude hardcoding
Closes #13095
2025-04-29 10:42:28 +02:00
Anand Buddhdev
2ee4f9808f docs(python): fix typo (#13096) 2025-04-29 10:34:33 +02:00
ohmyzsh[bot]
44913a1f16 feat(wd): update to v0.10.0 (#13093)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2025-04-27 10:25:02 +02:00
Carlo Sala
959b6cf5ee fix(emacs): do not emit ANSI escape codes in vterm
Closes #13067
2025-04-24 15:42:26 +02:00
Adam Page
de1ca65dca feat(procs): support completion for procs<0.14 (#13053)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-04-19 21:08:03 +02:00
Arthur
92bad89f8a docs(asdf): update usage example (#13055) 2025-04-19 20:55:23 +02:00
Roeniss Moon
9957e4e8be feat(git): add gcfu alias for commit --fixup (#13027) 2025-04-19 20:48:34 +02:00
deimosian
b92874c716 fix(archlinux): properly check keyring version (#12979) 2025-04-19 20:44:45 +02:00
Kat R.
a7426f0b38 fix(git-prompt): use --git-common-dir to load stash count (#13072) 2025-04-19 19:49:16 +02:00
swivelmargarita
c1e5ff3169 fix(branch): handle branches with / properly (#13063)
Co-authored-by: Takha Polat <takha.polat@bell-sw.com>
2025-04-17 16:57:53 +02:00
Sidar
750d3ac4b4 fix(macos): use command man instead of man (#13046) 2025-04-03 16:38:51 +02:00
Carlo Sala
a78d006faa fix(asdf)!: remove legacy <0.16 integration
`asdf` plugin only supports asdf 0.16 and ahead from now on.
2025-03-29 10:47:03 +01:00
Kartik Vashistha
2f3a141f65 docs(asdf): match README with 0.16 (#13026)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-03-29 10:42:46 +01:00
Mikrz
346c09d469 fix(dnf): function name typo (#13040) 2025-03-29 10:40:25 +01:00
Roeniss Moon
506cedb7ca chore(alias-finder): code style (#13038) 2025-03-29 10:38:29 +01:00
Chriss
fa396ad771 feat(docker): add alias for stats (#12988) 2025-03-25 18:04:39 +01:00
Roeniss Moon
4efdc90dba docs(docker): add section for podman's docker wrapper (#13024) 2025-03-25 18:03:02 +01:00
Roeniss Moon
1de190e439 fix(alias-finder): early return on cmd len <2 (#13030) 2025-03-25 17:56:06 +01:00
Carlo Sala
eeaf9f89b0 fix(tmux): disable AUTOREFRESH by default (#13034) 2025-03-24 20:52:31 +01:00
Benjamin Neff
899af6328b fix(bgnotify): detect if sway is running and not just installed (#12989)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-03-21 12:47:25 +01:00
Adil Erchouk
ac1335125c feat(macos): add support for Ghostty (#12890) 2025-03-20 20:36:07 +01:00
Marc Cornellà
407be8f036 feat(dirhistory): preserve forward directories with cde alias (#9328)
Closes #11954

Co-authored-by: Jeff Williams <jeffsmessages@gmail.com>
2025-03-20 20:29:47 +01:00
Carlo Sala
0c8c7bf2a8 docs(tmux): add note to README for #5282 2025-03-20 20:26:18 +01:00
Xin Li
ec07c79d7e feat(tmux): refresh global environments automatically (#5282) 2025-03-20 20:25:40 +01:00
Marc Cornellà
068299685c fix(dirhistory): support iTerm2 natural text key bindings (#11026)
Fixes #11026
Fixes #11407
2025-03-20 20:10:04 +01:00
Kristijan
85d60d489c feat(dirhistory): add support for ghostty (#12868) 2025-03-20 19:47:01 +01:00
bretello
070f823a84 feat(uv): alias uv with noglob (#12866) 2025-03-20 19:44:01 +01:00
Ken van der Eerden
6591606d56 feat(jira): add project command to open project (#12851) 2025-03-20 19:43:08 +01:00
Robert Dober
bea0dd2ca0 feat(mix): autocomplete format command (#13012) 2025-03-20 11:30:05 +01:00