1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-21 05:43:31 +02:00
Commit Graph

89 Commits

Author SHA1 Message Date
layla 1e3abc123f chore: change freeBSD to FreeBSD (#13614) 2026-03-06 12:09:18 +01:00
Marc Cornellà fc2d0f8848 chore: add OpenSSF Best Practices badge (#13443) 2025-11-23 20:50:17 +01:00
Copilot b52dd1a425 feat: Update OpenSwag domain references to CommitGoods (#13434)
* Initial plan

* Update all OpenSwag domain references to CommitGoods

Co-authored-by: robbyrussell <257+robbyrussell@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: robbyrussell <257+robbyrussell@users.noreply.github.com>
2025-11-19 17:44:11 -08:00
Copilot 8c5a60644a feat: announce OpenSwag and omz shop command (#13428)
* Update shop URLs from Planet Argon to OpenSwag and add omz shop command

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: robbyrussell <257+robbyrussell@users.noreply.github.com>
Co-authored-by: mcornella <1441704+mcornella@users.noreply.github.com>
2025-11-15 21:00:26 +01:00
Marc Cornellà 6d5482ef59 chore: remove obsolete gitpod integration (#13334) 2025-09-27 15:56:46 +02:00
Nicholas Wilson afbbdd6099 docs: fix typos (#13061) 2025-04-19 19:58:05 +02:00
Marc Cornellà 85c4941492 fix(cli)!: remove harmful --unattended flag for omz update (#12935)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-01-23 21:06:00 +01:00
Marc Cornellà a9e29fc12c chore: fix note block in README 2024-10-20 10:48:00 +02:00
Carlo Sala 2a109d30af feat(git): add escape hatch to enable async prompt 2024-10-08 20:41:58 +02:00
Carlo Sala 0a6f88ba06 style: run prettier on main README 2024-10-08 20:41:58 +02:00
Marc Cornellà f30df6c855 docs: document disclaimer about theme appearance 2024-08-15 17:04:50 +02:00
Marc Cornellà d525e80355 chore: fix ordering of sections in README 2024-07-30 23:21:42 +02:00
Carlo Sala 057f3ec67e chore: replace all instances of twitter with X
Closes #12536
2024-07-03 08:51:20 +02:00
Ihor 35f1d362c1 docs: rename twitter to X, fix link (#12532) 2024-07-02 17:15:22 +02:00
K.B.Dharun Krishna de2e3d9cd3 docs: reword alternative installer mirror (#12474) 2024-06-04 15:56:34 +02:00
Taekin Kim ef40286483 docs: fix typo (#12339) 2024-04-09 12:18:05 +02:00
Marc Cornellà ec1afe9dd6 feat(git)!: enable async git prompt (now for real)
BREAKING CHANGE: the new async prompt feature will render prompt information
asyncronously and degrade nicely when the calls take too long to finish, as
the prompt will already be first drawn and interactive. This is
enabled by default for the git prompt and themes that use it (`git_prompt_info`).
If you find that it's not working for you, please open an issue if one is
not already opened, and see https://github.com/ohmyzsh/ohmyzsh#disable-async-git-prompt
for how to turn it off.
2024-04-03 20:09:19 +02:00
webstar 1cc41576d4 docs(readme): add contributor list (#12236) 2024-03-12 09:43:08 +07:00
Olivia (Zoe) f9993d0c68 docs: document the off-GitHub installation URL (#12079) 2023-12-01 16:06:50 +01:00
Marc Cornellà 1868c15ec6 chore: remove mentions of huntr.dev
huntr.dev has pivoted to ML/AI-only vulnerability reporting, and we are
now already using GitHub's private vulnerability reports.
2023-10-23 13:24:56 +02:00
sattisumasri 6768906d07 chore: change headings in README to Title Case (#11956)
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2023-10-11 20:57:01 +02:00
Marc Cornellà b75b01a309 chore: update README badges 2023-10-08 20:01:46 +02:00
Robby Russell ee857e3acf Adding operating system compatibility chart 2023-10-08 14:05:03 +02:00
Robby Russell 974055f638 Adding Mastadon and updating X badge 2023-10-08 13:47:16 +02:00
Craig Furman bfeeda1491 docs(theme-and-appearance): fix gnu-ls snippet (#11701) 2023-05-21 12:47:38 +02:00
Carlo Sala aaf83d37aa docs(theme-and-appearance): reflect properly dcff7a7 changes 2023-05-09 12:10:05 +02:00
Carlo Sala c5208867f1 feat(theme-and-appearance): allow disabling gnu-ls in bsd
To disable gnu-ls (`gls`) even if it's installed in freeBSD and macOS
you can set it up with:
```zsh
zstyle ':omz:lib:theme-and-appearance' gnu-ls no
```

Closes #11647
2023-05-06 13:39:01 +02:00
Marc Cornellà 1ad167dfac feat(init)!: allow turning off aliases for libs and plugins (#11550)
BREAKING CHANGE: the previous zstyle setting to disable `lib/directories.zsh` aliases has
been changed to the new syntax: `zstyle ':omz:lib:directories' aliases no`. See
https://github.com/ohmyzsh/ohmyzsh#skip-aliases to see other ways you can use this setting.
    
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-04-03 23:14:36 +02:00
Håvard Bartnes 8f6fbe2389 feat(upgrade): add verbosity settings
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>

Closes #11574
Closes #11579
2023-03-28 12:58:33 +02:00
Robby Russell 1c325de464 Fixing link to PA website in README
Was linking to an old URL
2023-03-07 11:52:38 -08:00
Hazael Sanchez ea4854dba3 feat(directories): add config to skip aliases (#11469)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-02-02 11:30:34 +01:00
Olivia (Zoe) eb00b95d26 chore: minor documentation tweaks (#10853) 2022-04-14 16:31:17 +02:00
Bunyamin Shabanov 0f2715bb45 docs: add Table of Contents to README (#10766)
Co-authored-by: Mohan Sha <mohansha@outlook.com>
2022-03-14 18:09:45 +01:00
Robby Russell 2d3bae965a Introducing the ANSI logo graphic
Trying this on for size for a while.
2022-02-03 19:07:27 -08:00
Eric 8d02dabbb6 docs(README): Document .pre-oh-my-zsh (#10315) 2021-12-17 16:12:31 -08:00
Marc Cornellà 29b344a710 chore: update security docs and link to huntr.dev 2021-12-07 18:04:33 +01:00
Jonathan Batchelor b2f35a7b98 refactor(osx): Rename osx plugin to macos (#10341)
Apple changed the name of their operating system from OS X to macOS a number of years ago. This was overdue!

As per issue  #10311

* refactor(osx): rename `osx` plugin to `macos`
* refactor(macos): Add symbolic link from old `osx` plugin name.
2021-11-05 16:40:38 -07:00
Eric 75fe22b405 docs(README): document new zstyle update settings (#10304)
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-10-18 19:58:25 +02:00
Piper 6a7285bc5b chore: fix "Facebook" typo in README.md (#9378) 2021-04-25 19:21:31 +02:00
Marc Cornellà 2657c87f0a Add gitpod integration
Fixes #8212

Co-authored-by: Sean Hellum <seanhellum45@gmail.com>
2020-10-11 21:30:32 +02:00
Marc Cornellà cacf5d0435 Fix image alignment 2020-09-26 13:08:03 +02:00
Marc Cornellà 1be75bbc27 Right-align table in README 2020-09-26 13:07:14 +02:00
Marc Cornellà 671745f496 A few README tweaks 2020-09-26 13:05:31 +02:00
Marc Cornellà bc9d4b89bb Remove racially-charged language from the codebase
The ZSH_THEME_RANDOM_BLACKLIST variable will be deprecated until it's
removed 2 months from now.
2020-09-18 19:43:44 +02:00
0xflotus 814e0b3c25 docs: fix small typo in README (#9255) 2020-09-14 17:14:14 +02:00
Kirill Suslov c785db621e Update README with new update command (#9203)
Note: `upgrade_oh_my_zsh` is deprecated. Use `omz update` instead.
2020-08-23 21:52:11 +02:00
Adam G. Emerson 93f8c0686c docs: add fetch install command for FreeBSD (#9172)
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-08-20 11:26:39 +02:00
Larson Carter 7afaee858a Bug and Feature Request Templates + MLH Theme + Readme (#9068)
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
Co-authored-by: Bartek Pacia <barpac02@gmail.com>
2020-07-05 17:59:12 +02:00
Marc Cornellà db94f60d34 Change Discord invite URL 2020-06-10 19:32:26 +02:00
Marc Cornellà 9ce7de9f16 Document ZSH_THEME_RANDOM_BLACKLIST setting 2020-03-01 22:53:33 +01:00