- 18 Jun, 2020 1 commit
-
-
Ye Shu authored
skip the update check at initialization if DISABLE_AUTO_UPDATE is set to true
-
- 17 Jun, 2020 1 commit
-
-
Marc Cornellà authored
-
- 09 Jun, 2020 1 commit
-
-
Marc Cornellà authored
-
- 03 Jun, 2020 1 commit
-
-
Marc Cornellà authored
-
- 02 Jun, 2020 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
Closes #8981
-
- 20 May, 2020 1 commit
-
-
Jacob Menke authored
-
- 07 May, 2020 1 commit
-
-
Marc Cornellà authored
If `$SHORT_HOST` contains invalid filename characters, the compinit call doesn't error, but the zcompdump metadata write does. Use `tee` instead so we can silence the error. See https://github.com/ohmyzsh/ohmyzsh/commit/dd1a72696f162fd5285a104b5f63970deb66e8b0#commitcomment-38984764
-
- 05 May, 2020 1 commit
-
-
Marc Cornellà authored
BSD cmp doesn't have the option of reading from stdin, so use process substitution instead.
-
- 04 May, 2020 1 commit
-
-
Marc Cornellà authored
-
- 01 May, 2020 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 19 Feb, 2020 1 commit
-
-
Willy Weiskopf authored
The statements for selecting a random theme in oh-my-zsh.sh and the themes plugin are duplicate. Most people eventually settle on a theme, making those lines in oh-my-zsh.sh superfluous. To address those, it may makes sense to put the random theme functionality into a theme of its own (since themes are just zsh scripts.
-
- 19 Jan, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #8545
-
- 07 May, 2019 1 commit
-
-
Marc Cornellà authored
-
- 03 Apr, 2019 1 commit
-
-
Greg authored
-
- 22 Mar, 2019 1 commit
-
-
Avi ד authored
Co-authored-by: Se De <Sede7473@gmail.com>
-
- 21 Mar, 2019 1 commit
-
-
SomeDer authored
-
- 25 Feb, 2019 1 commit
-
-
Marc Cornellà authored
-
- 15 Jun, 2018 2 commits
- 26 May, 2018 1 commit
-
-
Marc Cornellà authored
-
- 15 May, 2018 1 commit
-
-
Marc Cornellà authored
We have to assume that if people disabled the compfix system they really want their completion to work, ignoring any permission issues. Fixes #5651 Fixes #5957 Fixes #6461
-
- 18 Oct, 2016 1 commit
-
-
Mason authored
-
- 25 Aug, 2016 1 commit
-
-
Marc Cornellà authored
-
- 18 Dec, 2015 2 commits
-
-
LE Manh Cuong authored
- Adding documentation - Note the effect empty array - Fix spelling - Using new test `[[...]]`
-
LE Manh Cuong authored
-
- 28 Sep, 2015 1 commit
-
-
Andrew Janke authored
-
- 07 Aug, 2015 1 commit
-
-
Marc Cornellà authored
Revert "Move custon *.zsh file sourcing up so that they can load plugins and other things that come after." This reverts commit a28dbc83.
-
- 20 Jul, 2015 1 commit
-
-
leycec authored
Completion-dependent directories with insecure permissions or ownership (e.g., group or other writability) are now detected, reported, and sanitized on OMZ startup rather than unsafely ignored -- which resulted in effectively empty completion caches and obscure compdef() errors resembling "compdef: unknown command or service: git". This fixes long-standing issues #630, #3356, and #3455 and related Babun issues 159, 281, and 322 -- and probably numerous other duplicates.
-
- 11 Jun, 2015 1 commit
-
-
Archie authored
-
- 10 Jun, 2015 1 commit
-
-
Matthew Hager authored
-
- 08 Jan, 2015 1 commit
-
-
Stephen authored
We are running oh-my-zsh on a shared install and the only issue is each user having a custom cache dir. This will allow us to set the cache dir to ZSH_CACHE_DIR=~/oh-my-zsh/cache/ .
-
- 08 Dec, 2014 1 commit
-
-
Will Boyce 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.
-
- 23 Jul, 2014 1 commit
-
-
Christian Höltje authored
Apparently, it is possible to set up a Mac such that `scutil --get ComputerName` hasn't been set. This change checks if that fails and falls back to the original mechanism. Closes #2155 Closes #2183
-
- 11 Jul, 2014 1 commit
-
-
Moinak Ghosh authored
-
- 07 Jun, 2014 1 commit
-
-
Christian Höltje authored
This allows customization via .zshenv if wanted. This is helpful for zsh developers and people who want to move it out of $HOME
-
- 13 Dec, 2013 1 commit
-
-
Juan Ignacio Donoso authored
-