- 01 Mar, 2021 1 commit
-
-
Cai Cooper authored
* Don't error on upgrade no-op No error code is required for a non failure scenario. * Manually check whether changes were pulled in `omz update` Co-authored-by: Marc Cornellà <hello@mcornella.com>
-
- 21 Jan, 2021 1 commit
-
-
Marc Cornellà authored
-
- 10 Jan, 2021 1 commit
-
-
Marc Cornellà authored
-
- 05 Jan, 2021 1 commit
-
-
Marc Cornellà authored
-
- 30 Dec, 2020 1 commit
-
-
Marc Cornellà authored
The GitHub UI might not remove CR characters from commit description forms filled from a Windows browser.
-
- 28 Dec, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #9509
-
- 12 Dec, 2020 2 commits
-
-
Marc Cornellà authored
This also allows the option to put extra paragraphs after the BREAKING CHANGE message while properly displaying the breaking change message. Useful, for example, to add signed-off or co-authored lines.
-
Marc Cornellà authored
Fixes #9505
-
- 07 Dec, 2020 2 commits
-
-
Marc Cornellà authored
Also fixed a call to a defunct display:type-header function in displaying breaking changes.
-
Marc Cornellà authored
Fixes #9495
-
- 04 Dec, 2020 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 02 Dec, 2020 1 commit
-
-
Marc Cornellà authored
I used _ which is a convention in other languages, but in shell scripting $_ is a special variable set by the shell, and in Zsh versions older than 5.0.6 it complains for being a `read-only variable`. Fixes #9482
-
- 01 Dec, 2020 1 commit
-
-
Marc Cornellà authored
-
- 30 Nov, 2020 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 09 Nov, 2020 1 commit
-
-
Marc Cornellà authored
Also prefix all formatting functions with fmt_ Related: #9427
-
- 09 Sep, 2020 1 commit
-
-
Lucas Larson authored
Fixes #9237
-
- 20 Aug, 2020 2 commits
-
-
Marc Cornellà authored
-
Adam G. Emerson authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
- 17 Aug, 2020 1 commit
-
-
Marc Cornellà authored
-
- 13 Jul, 2020 1 commit
-
-
M. Yas. Davoodeh authored
* Suppress the problematic trap output in check_upg The newly added trap, in systems where `rm` is aliased to `rm="rm -v"`, shows a message stating that "update.lock" has been removed each time `zsh` is called. I simply suppressed it with directing the output to `/dev/null`. * Use `command` instead of >/dev/null to suppress
-
- 01 Jul, 2020 1 commit
-
-
Alex Zdanowicz authored
Changing 'your' to 'you'
-
- 28 Jun, 2020 3 commits
-
-
Larson Carter authored
-
Marc Cornellà authored
-
alexagnelli authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
- 09 Jun, 2020 1 commit
-
-
Marc Cornellà authored
-
- 19 May, 2020 1 commit
-
-
Roman Perepelitsa authored
-
- 18 May, 2020 1 commit
-
-
Marc Cornellà authored
-
- 11 Mar, 2020 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #8732
-
- 29 Feb, 2020 1 commit
-
-
- 27 Feb, 2020 1 commit
-
-
Mauricio Wolff authored
If I have custom configs (like theme customizations) I have to stash my changes and get them back after the update. By adding the --autostash on upgrade.sh, if I have any changes not commited they'll be reapplied after the upgrade, allowing me to have temporary customizations without any harm to the upgrade process.
-
- 25 Feb, 2020 1 commit
-
-
Michael Dorst authored
* Add option to install OMZ without replacing .zshrc tools/install.sh respects REPLACE_RC environment variable --noreplace-rc flag sets REPLACE_RC='no' * Change REPLACE_RC=no to KEEP_ZSHRC=yes Change --noreplace-rc to --keep-zshrc
-
- 24 Feb, 2020 1 commit
-
-
Jonathan Chang authored
-
- 25 Nov, 2019 1 commit
-
-
Giuseppe authored
If there's no `~/.shell.pre-oh-my-zsh`, don't assume the default choice is Bash. In fact Zsh is the default shell for macOS since Catalina (10.15) [1], yet users of other OSes have likely to have Bash as their default. This commit fix issue #8252 [1] https://support.apple.com/en-us/HT208050
-
- 21 Nov, 2019 2 commits
-
-
Marc Cornellà authored
Fixes #8416
-
Marc Cornellà authored
* Change project URL from robbyrussell to ohmyzsh org * Update git remote to use ohmyzsh org repository
-
- 09 Nov, 2019 1 commit
-
-
Quentin Dreyer authored
-
- 21 Oct, 2019 1 commit
-
-
Marc Cornellà authored
- core.autocrlf=false -> #4069 - fsck.zeroPaddedFilemode -> #4963 Fixes #4069 Fixes #4963
-