Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-25 | Merge pull request #1391 from logicmd/master | Robby Russell | |
sublime text not found in Ubuntu | |||
2012-11-25 | Merge pull request #1395 from caarlos0/master | Robby Russell | |
added some maven love <3 | |||
2012-11-25 | Merge pull request #1404 from Bklyn/master | Robby Russell | |
Fix for "?" and "!" in svn status output | |||
2012-11-25 | Merge pull request #1396 from webframp/fix/brew-autojump-zsh | Robby Russell | |
Fix for brew installed autojump | |||
2012-11-25 | Merge pull request #1415 from jmatth/git_root_pull | Robby Russell | |
Adding grt alias to the git plugin. | |||
2012-11-22 | Add gifast plugin | Felipe Contreras | |
Using the upstream git completion and prompt stuff. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
2012-11-21 | totvs utils | Carlos Alexandro Becker | |
2012-11-20 | Adding grt alias to the git plugin. | Josh Matthews | |
2012-11-13 | Untabify | Caleb Epstein | |
2012-11-12 | Handle metachars in svn status output using grep -q | Caleb Epstein | |
2012-11-07 | made dpkg -i more util | Carlos Alexandro Becker | |
2012-11-06 | update autojump plugin for latest brew installed autojump | Sean Escriva | |
2012-11-06 | mvn.colors.plugin.zsh was not read... mergin with mvn.plugin.zsh. | Carlos Alexandro Becker | |
2012-11-06 | Added some maven love. | Carlos Alexandro Becker | |
2012-11-05 | Update plugins/sublime/sublime.plugin.zsh | 汤凯 Kevin Tong | |
Considering the situation when installing sublime text via apt-get (WebUpd8 Sublime Text 2 PPA) | |||
2012-10-09 | Merge pull request #1344 from danielcsgomes/master | Robby Russell | |
Added Composer Plugin and Symfony2 alias | |||
2012-10-09 | Merge pull request #1306 from josh-/master | Robby Russell | |
New 'Nanoc' plugin | |||
2012-10-09 | Merge pull request #1312 from koenpunt/fixes_cap_plugin | Robby Russell | |
updated cap plugin to use `cap -T` instead of `cap show_tasks` | |||
2012-10-09 | Merge pull request #1333 from b4mboo/master | Robby Russell | |
Add zeus plugin | |||
2012-10-09 | Merge pull request #1335 from paulredmond/plugin/jira | Robby Russell | |
Open Jira issues from a project | |||
2012-10-09 | make README reflect latest changes | Dominik Bamberger | |
2012-10-08 | URL Tools Plugin | Ian Chesal | |
* Added urlencode -- alias to encode URLs from the command line using Python * Added urldecode -- alias to decode URLs from the command line using Python | |||
2012-10-05 | added a comment to the composer installation alias | Daniel Gomes | |
2012-10-05 | added Composer completition and aliases | Daniel Gomes | |
2012-10-05 | added two aliases to Symfony2 Plugin | Daniel Gomes | |
2012-10-02 | fix test aliases | Dominik Bamberger | |
2012-10-01 | Missing comment line | Paul Redmond | |
2012-10-01 | look for test/unit instead of test/units. #typo | Dominik Bamberger | |
2012-09-28 | Correct error message. | Paul Redmond | |
2012-09-28 | Clean up doc | Paul Redmond | |
2012-09-28 | Jira ticket shortcut to browse existing issues or create a new issue. | Paul Redmond | |
2012-09-27 | Add zeus plugin | Dominik Bamberger | |
Includes aliases for zeus (https://github.com/burke/zeus) Also there is a README.md that list all aliases, ready to copy into the wiki. | |||
2012-09-23 | Merge pull request #1318 from trobrock/add-puma-to-bundler | Robby Russell | |
Bundle exec puma also http://puma.io | |||
2012-09-23 | Merge pull request #1320 from jimhester/vi-mode-patch | Robby Russell | |
Fix to restore bindings after switching to vi-mode | |||
2012-09-23 | Merge pull request #1321 from jimhester/per-directory-history | Robby Russell | |
Per directory history plugin | |||
2012-09-23 | Merge pull request #1322 from jimhester/colemak | Robby Russell | |
Colemak plugin ( http://colemak.com/ ) | |||
2012-09-21 | Use HISTFILE evironment variable directly rather than copying it | Jim Hester | |
Use the HISTFILE environment variable in place of copying it to _per_directory_history_global so that users can change the environment variable after sourcing per-directory-history and have the global variable set correctly | |||
2012-09-21 | added autojump plugin support for mac os x + port | Aviad Reich | |
2012-09-20 | Colemak plugin | Jim Hester | |
a plugin for useing the colemak[1] keyboard layout and vi-mode in zsh, rotates some keys around in vi command mode so that the physical hjkl keys are still used for movement, all the rotated keys are either in colemak's location or qwerty's location, so it is easy to pick up [1] www.colemak.com | |||
2012-09-20 | Per directory history plugin | Jim Hester | |
This is a implementation of per directory history for zsh, some implementations of which exist in bash[1,2]. It also implements a per-directory-history-toggle-history function to change from using the directory history to using the global history. In both cases the history is always saved to both the global history and the directory history, so the toggle state will not effect the saved histories. Being able to switch between global and directory histories on the fly is a novel feature as far as I am aware. [1]: http://www.compbiome.com/2010/07/bash-per-directory-bash-history.html [2]: http://dieter.plaetinck.be/per_directory_bash | |||
2012-09-20 | Fix to restore bindings after switching to vi-mode | Jim Hester | |
the vi-mode plugin destroys any bindings made before it is sourced due to the 'bindkey -v' call to switch to using vi-mode. This patch saves the bindings before invoking 'bindkey -v' then rebinds them afterwards, this fixes a number of outstanding issues due to people using vi-mode and having things in oh-my-zsh break due to the bindings being destroyed | |||
2012-09-17 | Bundle exec puma also http://puma.io | Trae Robrock | |
2012-09-13 | fixed incorrect if/else | Koen Punt | |
2012-09-13 | updated cap plugin to use `cap -T` instead of `cap show_tasks` which | Koen Punt | |
didn't exist (sometimes?) | |||
2012-09-06 | Add new 'nanoc' plugin | Josh Parnham | |
2012-09-01 | Merge pull request #1287 from johnhamelink/master | Robby Russell | |
Laravel autocompletion | |||
2012-09-01 | add new plugin to autocomplete supervisor commands | everbird | |
2012-08-19 | Added laravel plugin which gives aliases to artisan and bob, and | John Hamelink | |
provides autocompletion for artisan. | |||
2012-07-15 | 'rails' command should not be run with bundle exec | Sebastian Nowak | |
http://blog.wyeworks.com/2011/12/27/bundle-exec-rails-executes-bundler-setup-3-times http://yehudakatz.com/2011/05/30/gem-versioning-and-bundler-doing-it-right/ | |||
2012-07-09 | Merge pull request #1206 from Eustachy/upstream | Robby Russell | |
Remove bogus "-" from nomz="ps -aux" alias. |