- 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
-
- 16 Nov, 2013 1 commit
-
-
Eddie Monge authored
-
- 17 May, 2013 1 commit
-
-
Christian Höltje authored
This will prevent lots of subtle problems that happen when people upgrade ZSH or use NFS mounted home directories. The ZSH_COMPDUMP variable can also be used to implement `zcompile` and other fun features in the future.
-
- 08 Apr, 2013 1 commit
-
-
Robby Russell authored
-
- 30 Jan, 2013 1 commit
-
-
Alex authored
oh-my-zsh.sh now also checks for $ZSH_CUSTOM/themes/$ZSH_THEME.zsh-theme when attempting to load a theme. This way custom themes can be a bit more organized in the 'custom' dir
-
- 05 Dec, 2012 1 commit
-
-
Larry Lv authored
`config_file` variable will mess up with `cd` auto-complete command. eg. I have a local dir named `Code`, and when I type `cd co<Tab>`, config_file will show up, and doesn't make any sense...
-
- 30 Oct, 2012 1 commit
-
-
Hok Shun Poon authored
-
- 23 May, 2012 1 commit
-
-
natsumesou authored
`(.)` search only real files. The deletion of it enables searching symlink *.zsh files
-
- 06 May, 2012 2 commits
-
-
Jim Myhrberg authored
This seems like a simple oversight, everything else uses `$ZSH_CUSTOM` rather than `$ZSH/custom`.
-
Jim Myhrberg authored
The addition of `(.N)` enables the `NULL_GLOB` option which suppresses the error output in question. Reference: http://www.zsh.org/mla/users/2004/msg00621.html
-
- 16 Jan, 2012 1 commit
-
-
Arbo von Monkiewitsch authored
-
- 16 Nov, 2011 2 commits
-
-
Christian Höltje authored
* also normalized style to match the guide.
-
Christian Höltje authored
Custom plugins weren't being added to the fpath correctly.
-
- 20 Sep, 2011 1 commit
-
-
fceccon authored
-
- 17 Aug, 2011 1 commit
-
-
Tim Taylor authored
Fixes #549. Specify ZSH=$ZSH explicitly when invoking the auto update scripts.
-
- 04 Aug, 2011 1 commit
-
-
Sune Kibsgaard Pedersen authored
just set ZSH_CUSTOM in your .zshrc, if not set oh-my-zsh.sh will use the default custom dir in the repository
-
- 14 Jun, 2011 1 commit
-
-
Marius Ghita authored
-