- 05 Oct, 2015 1 commit
-
-
Rodrigo Chiossi authored
Prompt the user before removing oh-my-zsh from the system
-
- 28 Sep, 2015 1 commit
-
-
Andrew Janke authored
This is a hack to keep the installer working on systems without tput/terminfo.
-
- 22 Sep, 2015 1 commit
-
-
Frederic Crozat authored
-
- 21 Sep, 2015 1 commit
-
-
Frederic Crozat authored
Fixes issue #4376
-
- 03 Sep, 2015 1 commit
-
-
Andrew Janke authored
* Balk at incompatible Windows/MSYS git * Test for chsh presence before trying to use it * Replace non-portable `[[ ... ]]` and `[ x = *pattern* ]` constructs
-
- 27 Aug, 2015 1 commit
-
-
Andrew Janke authored
-
- 16 Aug, 2015 1 commit
-
-
Felix Krause authored
-
- 12 Aug, 2015 1 commit
-
-
Chang Hyun Park authored
Check if Zsh is installed before installing anything else. New-commers, or people who don't read the disclaimers(ex. me) will go straight to stack overflow if chsh -s returns an error.
-
- 20 Jul, 2015 2 commits
-
-
leycec authored
Installation previously assumed the existence of a "chsh" command in the current ${PATH}. Since Cygwin does *NOT* provide this command, installation now tests for the existence of this command before attempting to run it.
-
leycec authored
For safety, a umask of 022 prohibiting both group and other writability is now enforced during OMZ installation. In theory, this should reduce the likelihood of subsequent compinit() failures due to insecure directory permissions under all platforms except for default Cygwin installations (in which Windows ACLs override POSIX umasks).
-
- 07 Jul, 2015 1 commit
-
-
Andrew Janke authored
Do not use terminal visual effects if not connected to a terminal.
-
- 06 Jul, 2015 1 commit
-
-
Andrew Janke authored
-
- 10 Jun, 2015 1 commit
-
-
HeroCC authored
-
- 05 May, 2015 1 commit
-
-
Pablo Tamarit authored
fix test for chsh in install in case $SHELL is zsh but not the last one in /etc/shells fixes #3026 fixes #3779 fixes #3780
-
- 20 Feb, 2015 1 commit
-
-
Andrew Janke authored
install.sh: Replace nonstandard "sed -i" with sed + mv commands. Makes portable to systems whose sed lacks "-i", like OpenBSD.
-
- 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>
-