- 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
-
- 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 3 commits
- 09 Jan, 2011 1 commit
-
-
Michael Komitee authored
-
- 01 Oct, 2010 1 commit
-
-
Robby Russell authored
Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there.
-
- 26 Sep, 2010 1 commit
-
-
Tomas Kramar authored
-
- 03 Jun, 2010 1 commit
-
-
Robby Russell authored
Initial implementation of a new plugin system, so that people can managed which aliases/functions they want.
-
- 07 May, 2010 1 commit
-
-
Robby Russell authored
-
- 13 Dec, 2009 2 commits
-
-
johnmaxwelliv authored
-
johnmaxwelliv authored
Instead of using the user's standard shell, this script should be run using zsh, since that was the shell it was written for. On my machine changes to my default shell only take effect when I log out and then long in again. Plus, it's nice for people to be able to try oh-my-zsh out even if zsh isn't their default shell right? :-)
-