- 14 Jan, 2015 1 commit
-
-
Nicholas T. authored
Use `--depth=1` to clone just the lastest version rather than every version in git.
-
- 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
-
- 28 Nov, 2014 1 commit
-
-
mizabrik authored
-
- 14 Oct, 2014 1 commit
-
-
Moinak Ghosh authored
-
- 17 Sep, 2014 1 commit
-
-
Moinak Ghosh authored
-
- 16 Sep, 2014 1 commit
-
-
Moinak Ghosh authored
-
- 31 Aug, 2014 2 commits
-
-
Robby Russell authored
-
Robby Russell authored
-
- 21 Aug, 2014 1 commit
-
-
Mathieu Comandon authored
-
- 20 Aug, 2014 1 commit
-
-
Fredrik Fornwall authored
Some environments (such as Android) does not have /usr/bin.
-
- 11 Jul, 2014 1 commit
-
-
Moinak Ghosh authored
-
- 04 Jun, 2014 1 commit
-
-
n.st authored
from #2360
-
- 24 May, 2014 2 commits
-
-
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
-
Adam Luikart authored
-
- 30 Mar, 2014 1 commit
-
-
Henrik Holm authored
The intention of the redirection to /dev/null is to hide the output 'hash: no such command: git' since we rely on the exit status. However, the output goes to stderr, so it's stderr that needs to be redirected. For completeness, we redirect both stderr and stdout using '2>&1'. Example: [~]$ hash git > /dev/null [~]$ PATH='' [~]$ hash git > /dev/null hash: no such command: git [~]$ hash git > /dev/null 2>&1 [~]$
-
- 13 Mar, 2014 1 commit
-
-
Robby Russell authored
Fixing a few quirks in the latest installer updates (quoting /Users/robbyrussell/.oh-my-zsh and such). Also mentioining our twitter account after install
-
- 08 Mar, 2014 3 commits
-
-
Andrew Vit authored
-
Andrew Vit authored
-
Andrew Vit authored
-
- 19 Dec, 2013 1 commit
-
-
Robby Russell authored
Revert "Cancel update if the current user doesn't have write permissions for the oh-my-zsh directory." This reverts commit 152e1e07.
-
- 18 Dec, 2013 1 commit
-
-
n.st authored
-
- 03 Dec, 2013 1 commit
-
-
Patrick Stadler authored
-
- 21 Nov, 2013 1 commit
-
-
Valentin Shevko authored
After the upgrade is interesting to know what's new.
-
- 25 Oct, 2013 1 commit
-
-
Andrew Vit authored
Although the zshrc template adds a PATH= string, this is overwritten by the installer script. This allows it to be placed anywhere in the file instead of having to append at the end.
-
- 10 Sep, 2013 1 commit
-
-
Gaetan Semet authored
I didn't found the way to right-align the right prompt properly. Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
-
- 30 Jun, 2013 1 commit
-
-
dongweiming authored
-
- 25 Jun, 2013 1 commit
-
-
UncleBill authored
-
- 11 Jun, 2013 1 commit
-
-
Gaetan Semet authored
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
-
- 29 Apr, 2013 1 commit
-
-
Marcus Müller authored
Changing the working directory in a sub-subshell does not change the working directory of the executing shell. The substitution was broken for me on _all_ my machines, so I started looking into the business.
-
- 09 Apr, 2013 1 commit
-
-
Gaurav Misra authored
If the current directory has spaces, the script fails to change paths and fails.
-
- 07 Apr, 2013 1 commit
-
-
Henry Yan authored
-
- 10 Mar, 2013 1 commit
-
-
Deepu Sudhakar authored
-
- 02 Dec, 2012 1 commit
-
-
Probably Not authored
-
- 26 Nov, 2012 1 commit
-
-
Eric Danielson authored
-
- 09 Nov, 2012 1 commit
-
-
Sergey Lukin authored
-
- 21 Oct, 2012 1 commit
-
-
Eric Mathison authored
-
- 20 Jul, 2012 1 commit
-
-
Robby Russell authored
auto-upadate feature will now reset the epoch so that if a user doesn't say yes, it won't ask them again for a while. fixes #1240
-
- 23 Jun, 2012 1 commit
-
-
Renan Cakirerk authored
Fix finding git issue. http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script
-
- 31 May, 2012 1 commit
-
-
Robby Russell authored
-
- 04 Apr, 2012 1 commit
-
-
Daniel Lockard authored
-