- 04 Sep, 2015 1 commit
-
-
Andrew Janke authored
shasum seems more widely available than md5/md5sum, and we don't have to worry about dealing with the different signatures and output formats of md5 and md5sum then. sysinfo outputs localized message labels, so we can't just grep for "OS Type". But OS is the first thing it outputs, so we can probably just grab those lines by line number. Switched to doing that.
-
- 22 Jul, 2015 1 commit
-
-
Andrew Janke authored
-
- 10 Jul, 2015 1 commit
-
-
Andrew Janke authored
-
- 28 Jun, 2015 1 commit
-
-
Andrew Janke authored
This helps catch issues with compinit and insecure directories.
-
- 06 Jun, 2015 3 commits
-
-
Andrew Janke authored
-
Andrew Janke authored
-
Andrew Janke authored
-
- 30 May, 2015 1 commit
-
-
Andrew Janke authored
-
- 16 Feb, 2015 1 commit
-
-
Andrew Janke authored
Do not put explicit dot in $cdpath, since it causes problems on Cygwin due to an underlying zsh bug.
-
- 15 Feb, 2015 1 commit
-
-
Zhiming Wang authored
The -h options in l, ll, and la were lost in 25b1cd68. There's no reason to remove them.
-
- 13 Feb, 2015 1 commit
-
-
Marc Cornellà authored
-
- 10 Feb, 2015 12 commits
-
-
Marc Cornellà authored
-
frozen_dude authored
LANG is a colon-separated list of prefered locales; LC_CTYPE is single entry, therefore we need to remove all but one entry. Also, there is no need setting it if it is already set (LC_ALL also sets LC_CTYPE, so we check it too).
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Andrew Janke authored
Move the DISABLE_AUTO_TITLE check from title() to the preX hook functions that call it, to allow the title() function to be used directly by user or other callers.
-
Marc Cornellà authored
-
Marc Cornellà authored
-
LFDM authored
-
LFDM authored
-
LFDM authored
There were only three aliases left in aliases.zsh File deleted!
-
LFDM authored
More compact case statement instead of the ugly if elif... else statement. Moves it to history.zsh
-
LFDM authored
- Cleans out aliases.zsh. - Removes unneeded cd function.
-
- 04 Feb, 2015 1 commit
-
-
Andrew Janke authored
-
- 02 Feb, 2015 1 commit
-
-
The Linux Kitten authored
-
- 28 Jan, 2015 1 commit
-
-
Andrew Janke authored
contaminating script/function output
-
- 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/ .
-
- 21 Dec, 2014 1 commit
-
-
Andrew Janke authored
-
- 16 Dec, 2014 1 commit
-
-
Joe Block authored
I've seen stranger things on OS X, unfortunately. This reverts commit 1f5cecee4768be192e439a72a873a6cfe8720927.
-
- 15 Dec, 2014 1 commit
-
-
Robby Russell authored
Revert PR #3359 as this is breaking stuff for many folks. Need to rethink how we handle system defaults differently on this
-
- 13 Dec, 2014 5 commits
-
-
Ondřej Súkup authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 01 Dec, 2014 2 commits
- 19 Nov, 2014 1 commit
-
-
Marc Cornellà authored
Commit 81004dfa reverted the change in 9b811fb6 when editing the merge conflict from #2928. This commit fixes that so that we don't make the same mistake again. First seen in http://git.io/Cdaj5Q
-
- 16 Nov, 2014 1 commit
-
-
DanielFGray authored
-
- 06 Nov, 2014 1 commit
-
-
Marc Cornellà authored
This avoid spawning additional processes, as the $USER variable will **always** contain the current logged-in user.
-