- 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
-
- 04 Jun, 2011 2 commits
-
-
Michael Komitee authored
#395 broke oh-my-zsh for users who disable check-for-updates
-
vguerci authored
-
- 26 May, 2011 1 commit
-
-
Jake Bell authored
-
- 24 May, 2011 1 commit
-
-
Casey Watson authored
- themes array is 1-based - theme files names are located in indicies 1 through N inclusive - this resolves an issue where you would occasionally see: "no such file or directory. Random theme '' loaded..."
-
- 22 May, 2011 1 commit
-
-
Guten authored
-
- 29 Apr, 2011 1 commit
-
-
Robby Russell authored
Feature: Random themes now supported. Just set your theme to 'random' and it'll load a different theme each time oh-my-zsh is started. Closes #309
-
- 28 Apr, 2011 1 commit
-
-
Pat Regan authored
-
- 12 Apr, 2011 4 commits
- 08 Apr, 2011 1 commit
-
-
Pat Regan authored
-