Custom zsh default settings !! [ONLY FOR DEBIAN / UBUNTU] !!
Go to file
Andrew Smith 7b25a3fca9 The original SVN pluging would mark a folder as dirty if there was an
svn:external set and the output of 'svn status' returned the check for
the external. E.g.

$ svn st
X       Application

Performing status on external item at 'Application'

Shouldn't be marked as being dirty. By grepping for only the valid
output for what should be class as dirty, it won't return false
positives.
2011-07-25 09:50:54 +10:00
custom Adding ability to override plugins from the custom directory. 2011-05-26 12:34:37 -05:00
lib Merge pull request #208 from sorin-ionescu/plugin-extract 2011-07-23 09:33:42 -07:00
log Adding a file into log/ so that we have a log file to record history to 2009-08-31 11:17:05 -07:00
plugins The original SVN pluging would mark a folder as dirty if there was an 2011-07-25 09:50:54 +10:00
templates Don't export oh-my-zsh configuration paramaters to the environment 2011-07-23 08:41:33 -07:00
themes Merge pull request #251 from kalasjocke/master 2011-07-23 09:39:25 -07:00
tools Adding quotes to deal with paths that have spaces. 2011-07-17 13:01:48 -05:00
.gitignore Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh into taskwarrior-plugin 2011-05-29 18:51:32 -04:00
history-substring-search.plugin.zsh zsh-history-substring-search plugin at 15f63de 2011-07-14 21:41:26 -07:00
history-substring-search.zsh zsh-history-substring-search plugin at 15f63de 2011-07-14 21:41:26 -07:00
oh-my-zsh.sh When the theme choice is left out, oh-my-zsh will not try to load it 2011-06-15 01:17:22 +03:00
README zsh-history-substring-search plugin at 15f63de 2011-07-14 21:41:26 -07:00
README.textile Adding ability to override plugins from the custom directory. 2011-05-26 12:34:37 -05:00

To activate this script, load it into an interactive ZSH session:

  % source history-substring-search.zsh

See the "history-substring-search.zsh" file for more information:

  % sed -n '2,/^$/s/^#//p' history-substring-search.zsh | more