oh-my-zsh/lib
Andrew Janke 46ddd88fe0 diagnostics: switch to shasum, filter sysinfo using lines
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.
2015-09-04 14:13:00 -04:00
..
bzr.zsh Modification to the frisk theme to work with the BZR lib 2013-11-06 20:10:59 -02:00
completion.zsh Do not put explicit dot in $cdpath, since it causes problems on Cygwin due to an underlying zsh bug. 2015-02-16 10:24:22 -05:00
correction.zsh Ordering nocorrect aliases alphabetically 2014-05-24 20:07:06 +02:00
diagnostics.zsh diagnostics: switch to shasum, filter sysinfo using lines 2015-09-04 14:13:00 -04:00
directories.zsh Bring back -h option to ls variants 2015-02-15 11:37:28 -08:00
functions.zsh Replace /usr/bin/env with env 2014-08-20 23:52:05 +02:00
git.zsh Merge pull request #3326 from DanielFGray/master 2014-12-14 16:32:11 -08:00
grep.zsh Test if --color=auto is a valid option for grep 2015-02-02 20:49:24 +01:00
history.zsh Refactors history alias and moves it. 2015-02-10 19:22:39 +01:00
key-bindings.zsh Moves a bindkey call from misc to key-bindings. 2015-02-10 19:22:39 +01:00
misc.zsh Temporarily delete over-engineered solution 2015-02-10 20:38:06 +01:00
nvm.zsh Quote path in case $HOME has a space in it. 2014-12-16 13:22:31 -08:00
prompt_info_functions.zsh No need to eval in rvm_prompt_info! 2014-01-07 19:08:20 +01:00
spectrum.zsh Updates spectrum.zsh 2013-12-31 14:54:34 +01:00
termsupport.zsh Extract CWD notifier back out of auto-title hooks 2015-02-13 15:57:18 +01:00
theme-and-appearance.zsh Clean up appearance lib file and redundant colors calls in other files 2015-02-10 19:22:50 +01:00