- 04 Mar, 2022 1 commit
-
-
SBado authored
-
- 24 Feb, 2022 2 commits
-
-
Marc Cornellà authored
The previous check simply compared whether the last commit of the branch was the same in the local and the remote repository. This commit also checks whether the remote commit is an ancestor of the local commit. This fixes the case where the local repository has new commits after the last published commit.
-
Marc Cornellà authored
-
- 11 Feb, 2022 2 commits
-
-
Marc Cornellà authored
Reference: https://www.zsh.org/mla/users/2022/msg00067.html
-
Marc Cornellà authored
Co-authored-by:
Philippe Troin <phil@fifi.org>
-
- 07 Feb, 2022 1 commit
-
-
Marc Cornellà authored
Fixes #9699
-
- 22 Jan, 2022 1 commit
-
-
Marc Cornellà authored
-
- 13 Jan, 2022 1 commit
-
-
Marc Cornellà authored
Fixes #10587
-
- 01 Dec, 2021 1 commit
-
-
Nick Aldwin authored
-
- 25 Nov, 2021 1 commit
-
-
Marc Cornellà authored
Fixes #10448
-
- 10 Nov, 2021 1 commit
-
-
Marc Cornellà authored
Fixes #10404
-
- 09 Nov, 2021 1 commit
-
-
Marc Cornellà authored
-
- 05 Nov, 2021 1 commit
-
-
Marc Cornellà authored
-
- 04 Oct, 2021 3 commits
-
-
Marc Cornellà authored
Fixes #8387
-
Marc Cornellà authored
Fixes #10187 Co-authored-by:
NoPreserveRoot <NoPreserveRoot@pm.me>
-
Marc Cornellà authored
-
- 08 Jul, 2021 1 commit
-
-
Marc Cornellà authored
This patch removes the 'exit 1' status code when the update check finishes or is ended with CTRL+C. Fixes #10033
-
- 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
-
- 07 Dec, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #9495
-
- 30 Nov, 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
-
- 28 Jun, 2020 2 commits
-
-
Marc Cornellà authored
-
alexagnelli authored
Co-authored-by:
Marc Cornellà <marc.cornella@live.com>
-
- 09 Jun, 2020 1 commit
-
-
Marc Cornellà authored
-
- 07 Apr, 2019 1 commit
-
-
Marc Cornellà authored
This early return made it so the lock wasn't removed, therefore locking out the upgrade script from ever entering the upgrade routine. Fixes #6138 Note: the logic needs some rework.
-
- 15 Jun, 2018 1 commit
-
-
Chao Du authored
-
- 15 May, 2018 1 commit
-
-
Gert de Pagter authored
`[Oh My Zsh] Would you like to check for updates? [Y/n]: ` does not make sense, since answering yes will download/apply the new updates instead of checking for them.
-
- 03 Oct, 2016 3 commits
-
-
Fabian Wolff authored
-
Fabian Wolff authored
-
Fabian Wolff authored
-
- 09 Aug, 2016 1 commit
-
-
Fredrik Fornwall authored
This makes things work even on system lacking /bin/sh, such as on non-rooted Android systems.
-
- 16 Oct, 2015 1 commit
-
-
Arvind Chembarpu authored
-
- 03 Aug, 2015 1 commit
-
-
Marc Scholten authored
-
- 10 Jun, 2015 1 commit
-
-
HeroCC authored
-
- 15 Dec, 2014 1 commit
-
-
Mark Feltner authored
Reverts #2296, but mostly #1883. There is no need to source ~/.profile when this script is read. oh-my-zsh writes no configuration data in ~/.profile. If the user wishes to use data within ~/.profile, then they should source it in another place. Fixes #2315
-
- 14 Oct, 2014 1 commit
-
-
Moinak Ghosh authored
-
- 17 Sep, 2014 1 commit
-
-
Moinak Ghosh authored
-
- 16 Sep, 2014 1 commit
-
-
Moinak Ghosh authored
-
- 20 Aug, 2014 1 commit
-
-
Fredrik Fornwall authored
Some environments (such as Android) does not have /usr/bin.
-