- 27 Feb, 2013 15 commits
-
-
Josh Matthews authored
If it is not found an error message is printed.
-
Josh Matthews authored
This may be needed on systems that don't have the proper terminfo for screen and/or screen-256color. Otherwise the defaults of screen and screen-256color should be fine.
-
Josh Matthews authored
-
Josh Matthews authored
-
Josh Matthews authored
-
Josh Matthews authored
-
Josh Matthews authored
-
Josh Matthews authored
-
Josh Matthews authored
-
Josh Matthews authored
-
Josh Matthews authored
-
Josh Matthews authored
-
Josh Matthews authored
-
Josh Matthews authored
-
Josh Matthews authored
-
- 09 Feb, 2013 1 commit
-
-
Jesse B. Hannah authored
Fixes gem versions with words (beta, pre) in the version or with multiple installed versions not being highlighted, and compatibility with GNU sed (related to robbyrussell/oh-my-zsh#1579).
-
- 07 Feb, 2013 1 commit
-
-
Eric Kelly authored
-
- 05 Feb, 2013 1 commit
-
-
Toon Claes authored
-
- 03 Jan, 2013 1 commit
-
-
Greg Berenfield authored
-
- 02 Jan, 2013 1 commit
-
-
Greg Berenfield authored
-
- 24 Dec, 2012 1 commit
-
-
thisiskun authored
-
- 07 Dec, 2012 1 commit
-
-
Weston Platter authored
-
- 06 Dec, 2012 1 commit
-
-
Benjamin Teuber authored
-
- 05 Dec, 2012 1 commit
-
-
Timothy Andrew authored
It migrates the DB and prepares the test DB.
-
- 03 Dec, 2012 3 commits
-
-
Denis Cornehl authored
-
Brian Hartvigsen authored
#1445 is great, if you use node. For those that don't this should mean we can find a reasonable fallback. Users can force urltools to use a specific system by setting `URLTOOLS_METHOD` to one of: * `node` * `python` * `ruby` * `php` * `perl` Note that you can't (currently) choose which `perl` sublibrary to use, it will use either `URI::Encode`, `URI::Escape`, or regular expressions in that order of preference.
-
Brian Hartvigsen authored
Adds support for Rapid Board without breaking backwards compatibility (like #1378) Allows JIRA url to be set in .zshrc, current directory, and/or home directory.
-
- 02 Dec, 2012 8 commits
-
-
J. Randall Hunt authored
Using lazy loading for virtualenvwrapper gives a mariginal speed improvement and doesn't stop workon_cd from working. It has the undesired effect of forcing you to call certain virtualenv commands twice before they work (only once per shell instantiation).
-
Lucas Sampaio authored
-
Sean Jones authored
-
Marcus Müller authored
-
Martin Putniorz authored
-
Sean Jones authored
-
Viktor Gamov authored
updated run sublime on linux with parameters
-
Michael Nikitochkin authored
-
- 28 Nov, 2012 5 commits
-
-
Gustavo authored
-
Will Weaver authored
This was copied from the git-flow plugin and necessary changes made for the additional features. http://dev.datasift.com/blog/hubflow-github-and-gitflow-model-together HubFlow is git flow with additional features to help with use of github.
-
Hauke Stange authored
-
Hauke Stange authored
-
Max Bane authored
This reverts commit b609aa0e -- this commit was a bad idea, because it makes vi-mode very difficult to use. The default `bindkey` keybindings are NOT MEANT to coexist with `bindkey -v` Vi mode; that's why `bindkey -v` clears them in the first place! Restoring all of the default keybindings after enabling Vi mode, the way the reverted commit did, causes many collisions between those default keybindings that begin with ESC and the command-mode-initiating ESC of Vi mode. See Issue 1438 of robbyrussell/oh-my-zsh. If people have custom keybindings, they should create them in their ~/.zshrc AFTER enabling the vi-mode plugin and sourcing oh-my-zsh.sh. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch master # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: plugins/vi-mode/vi-mode.plugin.zsh #
-