Commit Graph

266 Commits

Author SHA1 Message Date
Sorin Ionescu 8619dd28bc Added screen and tmux plugins. 2012-01-23 20:40:20 -05:00
Sorin Ionescu 225ea89e74 Rewrote the Git plugin and Sorin theme. 2012-01-23 20:40:20 -05:00
Sorin Ionescu 4865f6c56a Added z plugin. 2012-01-23 20:40:20 -05:00
Sorin Ionescu 90e7debc30 Cleaned up the plugins. 2012-01-23 20:40:15 -05:00
Sorin Ionescu b72183ba65 Added local CPAN module installation for Mac OS X. 2011-08-28 15:29:56 -04:00
Sorin Ionescu 8398eb72c0 Cleaned up the Perl plugin. 2011-08-28 15:28:09 -04:00
Sorin Ionescu b52adc8373 Added npm completion caching. 2011-08-27 21:03:50 -04:00
Sorin Ionescu aa00cab97e Merged npm plugin into node plugin. 2011-08-27 21:02:46 -04:00
Sorin Ionescu d60b9bd17b Abide by Mac conventions when installing gems. 2011-08-27 20:37:54 -04:00
Sorin Ionescu 38283f86c1 Moved gem completion into Ruby plugin. 2011-08-27 19:14:55 -04:00
Sorin Ionescu 638cfb79bd Added Python plugin, moved pip completion into it. 2011-08-27 19:09:06 -04:00
Sorin Ionescu ba9900a488 Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Conflicts:
	.gitignore
	lib/aliases.zsh
	lib/completion.zsh
	lib/functions.zsh
	lib/git.zsh
	lib/key-bindings.zsh
	lib/misc.zsh
	lib/spectrum.zsh
	plugins/git/git.plugin.zsh
	plugins/osx/_man-preview
	plugins/osx/osx.plugin.zsh
	plugins/svn/svn.plugin.zsh
	templates/zshrc.zsh-template
	themes/lukerandall.zsh-theme
	themes/philips.zsh-theme
	tools/upgrade.sh
2011-08-26 02:58:19 -04:00
Sorin Ionescu 0e284f6c2a Merged vi-mode plugin with Emacs key bindings. 2011-08-14 21:14:57 -04:00
Sorin Ionescu 3fa9dff013 Added new key bindings to vi-mode plugin. 2011-07-30 01:59:05 -04:00
Sorin Ionescu eaf74b2534 Added metadata file removal to osx plugin. 2011-07-28 18:20:36 -04:00
Sorin Ionescu df12f2feef Renamed extract plugin to archive. 2011-07-28 18:07:34 -04:00
Sorin Ionescu 49c5517d1b Added archive listing to extract plugin. 2011-07-28 18:06:47 -04:00
Sorin Ionescu 9c24ac8211 Added helper functions. 2011-07-28 16:41:39 -04:00
Sorin Ionescu 6324fcf7f1 Fixed minor bugs in gnu-utils plugin. 2011-07-28 19:34:21 -04:00
Sorin Ionescu 9662a4d43b Simplified verbose comments in GNU utils plugin. 2011-07-17 20:42:16 -04:00
Sorin Ionescu af04d57948 Check for bashcompinit availability before loading it; unset variables. 2011-07-17 20:28:50 -04:00
Sorin Ionescu c17c459968 Cleaned up the Git plugin. 2011-07-17 20:25:53 -04:00
Sorin Ionescu 4727e12013 Merged lib/git.zsh and lib/rvm.zsh into plugins/. 2011-06-01 14:14:20 -04:00
Sorin Ionescu 94ab5e0ec8 Cleaned up lib/ and removed trailing white space everywhere.
Conflicts:

	oh-my-zsh.sh
2011-06-01 02:48:26 -04:00
Sorin Ionescu 56e2f17d7a Replaced npm 0.x completion with 1.0 completion. 2011-05-01 11:46:11 -04:00
Sorin Ionescu d10192c6d0 Added man-preview completion suggested by @webflo. 2011-04-22 19:13:37 -04:00
Sorin Ionescu 29b0554666 Vastly improved vi-mode plugin. 2011-02-04 23:23:14 -05:00
Sorin Ionescu 3ce00cf49a Vastly improved osx plugin. 2011-02-22 23:32:50 -05:00
Sorin Ionescu 99f5b5e492 Added gnu-utils plugin. 2011-02-03 17:25:45 -05:00
Sorin Ionescu 922fec1d4b Handle tar.xz and tar.lzma better (credit: @gwjo). 2011-04-17 23:17:48 -04:00
Sorin Ionescu 9ded21d21b Added extract plugin. 2011-02-03 22:46:52 -05:00
Matt Doran 5af19be02f Fix typos in the svn plugin that would cause calls to 'svn' when not in an svn working copy. 2011-06-04 00:32:05 +10:00
Robby Russell f8bf33af18 Merge pull request #380 from brianjriddle/master
fixes for ant plugin. tested on mac.
2011-06-01 14:39:08 -07:00
Brian Riddle 74fea2aa2f fix double -f and corrected format.
-f%m was getting called twice in the stat_cmd
corrected format of stat command from y to Y.
2011-05-31 14:16:43 +02:00
Andrew Hodges 932d3fc902 Remove Uneeded Lines 2011-05-30 11:10:08 -04:00
Andrew Hodges 80ed1cbc5d Rollback of Pull #366
sorin-ionescu had some good points.
2011-05-30 10:07:15 -04:00
Robby Russell 207f138119 Merge pull request #363 from Blattlaus/master
Ant plugin: stat command doesn't work under linux
2011-05-29 03:54:40 -07:00
Andrew Hodges 92ba1f5737 Thor
Add plugin with completion for thor.
2011-05-28 13:12:03 -04:00
Andrew Hodges bcfa9b1920 Cleanup
Add missing newlines at EOF. Remove redundant comment. Fix grammar in comment.
2011-05-28 13:06:03 -04:00
Andrew Hodges 8e7fa7cefc OS X Helpers
Add helper aliases for show/hide files. Add helper alias to recursively delete
.DS_Store files.
2011-05-28 11:27:50 -04:00
Andrew Hodges f14b00808d Node.js Helpers
Add helper function to open node api in browser. Add binaries installed via
npm to path. Tell node where to find things (what things?).
2011-05-28 11:20:48 -04:00
Andrew Hodges 513938e5c3 Pow! Restart Helper
Add helper function to restart an app running on Pow!
2011-05-28 11:09:37 -04:00
Andrew Hodges c6688047f7 Brew Plugin
Merge completion with official brew completion. Add a helper to link official
completion into oh-my-zsh plugin (without overwriting). Add an alias to list
installed brews. Add brews to the path (in a somewhat strange way).
2011-05-28 10:57:48 -04:00
Andrew Hodges 7b8290a4e1 Gem List Helper
Add helper function to list gems in a pretty way (only with rvm, for now). Add
missng EOF newline and a todo to the ruby plugin.
2011-05-28 10:50:06 -04:00
Andrew Hodges acac0a2a47 RVM Update Helpers
Add helper function to get rvm head. Add helper function to link zsh
completion that comes with rvm into om-my-zsh plugin directory, but don't
overwrite the completion that comes with oh-my-zsh (oh-my-zsh's completion is
better, but I want to be able to compare).
2011-05-28 10:35:54 -04:00
Andrew Hodges 8bc3f278e5 Helpful Listing Aliases
Add alias to list installed rubies. Add alias to list gemsets in active ruby.
2011-05-28 10:23:06 -04:00
Andrew Hodges df5345fd8a Ruby Switching Helpers
Add helper functions to switch gemsets on ruby-1.8.7-p334 and ruby-1.9.2-p180.
Add completion definitions for helper functions.
2011-05-28 10:16:06 -04:00
Martin Thurau b52668fa80 Added compatibility for the linux 'stat' command for the ant plugin 2011-05-27 16:58:14 +02:00
Robby Russell be8e44a671 Merge pull request #345 from jacobat/master
Autojump plugin
2011-05-26 01:15:51 -07:00
Robby Russell dab2506f38 Merge pull request #139 from clauswitt/master
Fixed an issue with the phing plugin
2011-05-26 01:04:23 -07:00
Robby Russell 30a4677df4 Merge pull request #118 from fwalch/gpg-agent
Added gpg-agent plugin
2011-05-26 00:59:25 -07:00
Robby Russell 3d815368b4 Merge pull request #224 from Soliah/plugin-rvm
RVM Plugin
2011-05-24 03:01:49 -07:00
Jacob Atzen faee7964c0 TextMate automatically forks into the background 2011-05-19 16:33:29 +02:00
Jacob Atzen 0694e3b0bf Add autojump plugin 2011-05-19 16:20:30 +02:00
Robby Russell 41b4bf4da5 Merge pull request #295 from alexrinass/apache2-macports-plugin
Added start/stop aliases for Apache 2 installation via macports.
2011-05-13 02:53:02 -07:00
Sorin Ionescu 7e378f6ef9 Added Compleat - Completion for Human Beings plugin. 2011-05-05 18:41:05 -04:00
Robby Russell 282dcac06d Merged pull request #310 from Ikke/master.
Add git-flow plugin
2011-04-29 03:38:41 -07:00
Robby Russell 232d204bc0 Merged pull request #270 from sankara/d03a6176aacd583993c02c7e837d10751c431875.
Basic autocompletion for Leiningen (fixed pull request)
2011-04-29 03:36:09 -07:00
Hakan Ensari 8a385329b7 Rails 3 aliases now work with Rails 2 as well. 2011-04-29 10:59:59 +01:00
Kevin Daudt 63d19fdb1e Added git-flow plugin 2011-04-29 11:54:31 +02:00
Robby Russell 00dbec7001 Merged pull request #303 from cit/master.
added alias for apt-cache search to deb plugin
2011-04-28 23:29:17 -07:00
Pat Regan b003fc59a4 redis-cli.plugin.zsh removed, adding to the fpath isn't needed now 2011-04-27 19:46:23 -04:00
Pat Regan 84405c5b4b Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh 2011-04-27 04:56:44 -04:00
Florian Adamsky 61f27e94b1 added alias for apt-cache search 2011-04-26 23:22:42 +02:00
Robby Russell 971c878e68 Merged pull request #276 from saimn/yum.
new yum plugin with useful aliases
2011-04-26 10:04:38 -07:00
Robby Russell 8f957c230c Merged pull request #278 from totolici/redis-plugin.
Redis-cli plugin
2011-04-26 09:50:39 -07:00
Robby Russell da24371de4 Merged pull request #294 from alexrinass/mysql-macports-plugin.
Fixed folder naming for mysql-macports plugin and improved start/stop scr
2011-04-26 09:46:18 -07:00
Ilmari Vacklin 2d29f73f54 Add 'upgrade' to brew completions. 2011-04-22 00:16:29 +03:00
Alexander Rinass 95fc64739f Added start/stop aliases for Apache 2 installation via macports. 2011-04-20 15:54:51 +02:00
Alexander Rinass 5ea555b208 Fixed folder naming for mysql-macports plugin and improved start/stop scripts. 2011-04-20 15:50:55 +02:00
Pat Regan 9899c2445c Remove fpath/compinit code from github and npm plugins 2011-04-20 01:30:52 -04:00
Pat Regan bb45bab6aa Merge remote branch 'upstream/master'
Conflicts:
	plugins/github/github.plugin.zsh
2011-04-20 01:29:58 -04:00
alexandru 1e784edb04 redis-cli completion plugin 2011-04-14 16:22:18 -07:00
Pat Regan 6aad987f82 Optimize plugin loading so that only one call to compinit is required 2011-04-12 17:41:09 -04:00
Pat Regan 782883b5d8 Replace redundant calls to compinit with a single call. 2011-04-08 10:12:22 -04:00
Simon a6b806080a new yum plugin with useful aliases 2011-04-07 10:23:06 +02:00
Jakub Nawalaniec e684afcba0 Completions are git subdommand-aware now 2011-04-03 15:43:39 +02:00
Jakub Nawalaniec 758b415e72 Zsh will now complete git aliases with git stuff 2011-04-03 13:50:05 +02:00
Robby Russell f0841486e9 Merge branch 'ssh-agent-append-host-to-environment' of https://github.com/trcjr/oh-my-zsh into trcjr-ssh-agent-append-host-to-environment 2011-03-16 08:05:19 -07:00
Robby Russell dd82fe6fd7 Merge branch 'master' of https://github.com/AlexBio/oh-my-zsh into AlexBio-master 2011-03-16 08:03:23 -07:00
Robby Russell 87164219a1 Merge branch 'master' of https://github.com/dbbolton/oh-my-zsh into dbbolton-master 2011-03-16 07:59:18 -07:00
Daniel Bolton 6df8d73e27 Add debian plugins file 2011-03-15 20:31:14 -04:00
Daniel Bolton 37bf208fdb add Perl plugins file 2011-03-14 01:43:33 -04:00
Matt Cable ea4222d5c8 Add completion for port command 2011-03-13 16:08:12 -06:00
Alessandro Ghedini 076957a8d9 add 'deb' plugin with Debian's apt aliases 2011-03-12 16:25:27 +01:00
Alessandro Ghedini 0f42666575 add completion plugin 'cpanm' for cpanminus 2011-03-12 16:24:20 +01:00
Alessandro Ghedini 21b5525ea0 add 'lol' plugin (based on lolbash) 2011-03-12 16:23:55 +01:00
Sankara Rameswaran 6fa11377dd Lein completion 2011-03-02 15:20:43 +05:30
Theodore Robert Campbell Jr 477749a0af ssh-agent plugin now ends in "-$HOST" so an agent is started properly with nfs shared homes. 2011-03-01 00:21:49 -05:00
Theodore Robert Campbell Jr 4a46f72bb4 changes recommended by blueyed 2011-03-19 10:29:22 -04:00
Theodore Robert Campbell Jr 7380c1b783 Whoops, this was supposed to be in the last commit! 2011-03-03 21:38:56 -05:00
Theodore Robert Campbell Jr 0e423ff988 Moved this to the existing github plugin 2011-03-03 21:36:35 -05:00
Theodore Robert Campbell Jr c642dec256 blueyed's ZSH-fu is much stronger than mine. 2011-03-02 20:00:40 -05:00
Theodore Robert Campbell Jr d7375c3b54 no need for an extra fork 2011-03-01 21:34:25 -05:00
Theodore Robert Campbell Jr 1dae8c088b added hub plugin from defunkt 2011-03-01 01:04:10 -05:00
Sorin Ionescu 49b4a1b14b Added npm plugin. 2011-03-20 16:29:00 -04:00
Robby Russell ca710c949a Using git-diff instead of git diff 2011-04-12 10:19:15 +02:00
Robby Russell 3421b170b3 Removing call to mate. 2011-04-12 10:16:32 +02:00
Daniel Hahler d15d88cf81 Fix `gdv`: make it a function, and use `view`.
I've changed it to use `view` instead of `vim -R` to make it hopefully
more editor-agnostic.
2011-04-04 00:54:43 +02:00
Jakub Nawalaniec e4ded4e6ff Further git completion improovements
In detail:
gup - now completes with remotes like git fetch would
gdv - got git diff completions
gc/gca - now zsh will suggest files in staging area
gba - suggestions as for git branch
2011-04-03 21:28:19 +02:00
Christopher Chow a87ae13448 Add tab completion for rvm. 2011-02-23 02:56:25 +11:00
Robby Russell 6a2e87a84b Merge branch 'master' of https://github.com/myronmarston/oh-my-zsh into myronmarston-master 2011-02-21 22:05:56 -08:00
Robby Russell ac25495dab Merge branch 'master' of https://github.com/medwezys/oh-my-zsh into medwezys-master 2011-02-21 21:57:03 -08:00
Ben Langfeld 580664dc49 Add iTerm version of tab function (itab) 2011-02-18 12:48:27 +00:00
Ben Langfeld 8060e25301 Make a cleaner version of the OS X tab function 2011-02-18 12:17:00 +00:00
Myron Marston 613e3773a9 Add bundler plugin with aliases. 2011-02-15 11:27:25 -08:00
Tadas Tamošauskas 843f0a7ea5 fixed typo in rails3 plugin and added one alias for migrating and redoing migration if it was successful 2011-02-13 11:05:12 +00:00
Claus Witt 02049072e8 Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh 2011-01-14 16:53:42 +01:00
Robby Russell f8c8e42ca6 Merge branch 'typo' of https://github.com/papercavalier/oh-my-zsh into papercavalier-typo 2011-01-14 06:43:49 -08:00
Robin Ramael a42aea147d Added svn info in prompt with plugin.
If the svn plugin is used, svn info (repo name and wether the repo is dirty) is displayed in the prompt like with git. Just lke with git, the colors can be manipulated with variables (see awesomepanda theme for example).
2011-01-10 18:18:31 +01:00
Robby Russell ae13d5d346 Merge branch 'git' of https://github.com/papercavalier/oh-my-zsh into papercavalier-git 2011-01-08 11:33:14 -08:00
Hakan Ensari 088fae93f2 Typo 2010-12-20 12:57:23 -03:00
Hakan Ensari 14628eef37 Removed remote_console. It doesn't handle rvm, capistrano, and so on. 2010-12-20 12:50:55 -03:00
Hakan Ensari 7eeb7d5ea7 A rails3 plugin based on the rails plugin 2010-12-20 12:19:59 -03:00
Hakan Ensari f89eb82987 Aliased git checkout as `gco` 2010-12-20 12:13:47 -03:00
Hakan Ensari 137534788b Fixed typo 2010-12-20 11:13:46 -03:00
Claus Witt ea7bc1362c Added ant plugin 2010-11-25 21:48:07 +01:00
Claus Witt 61e19244f1 Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh 2010-11-25 21:44:40 +01:00
Robby Russell 217f395c35 Merge branch 'fix-lighthouse-error-message' of https://github.com/mortice/oh-my-zsh into mortice-fix-lighthouse-error-message 2010-11-19 10:53:39 -08:00
Robby Russell 11dbba1bad Merge branch 'joerc' of https://github.com/sargas/oh-my-zsh into sargas-joerc 2010-11-19 10:48:07 -08:00
Robby Russell 0b63e81d43 Merge branch 'master' of https://github.com/FedyashevNikita/oh-my-zsh into FedyashevNikita-master 2010-11-19 10:41:11 -08:00
Claus Witt d794a5d679 Removed the echo statement - no need for that. 2010-11-17 11:17:03 +01:00
Fedyashev Nikita 0ad1d6654d improved formatting; redundant attributes deleted 2010-11-15 15:18:58 -05:00
Fedyashev Nikita e0c6769c93 fixed formatting; dead code deleted 2010-11-15 14:56:01 -05:00
Fedyashev Nikita 2a5651f012 vagrant plugin autocompletion - initial version 2010-11-15 14:45:04 -05:00
Claus Witt b21eebe623 Added phing plugin 2010-11-09 14:56:26 +01:00
Tom Stuart a2be11e42d Fix lighthouse plugin error message 2010-11-02 11:26:49 +00:00
Joseph Jon Booker 1d78c87604 command-not-found package in ubuntu 2010-10-25 16:02:16 -05:00
Florian Walch 45a13d3dd6 Added gpg-agent plugin
Based on ssh-agent plugin.
2010-10-15 16:50:39 +02:00
Sven Lito 95da4abe98 bugfix - moved gem info 2010-10-09 18:38:01 +01:00
Sven Lito c3e72870c8 leaving out subcommands for now 2010-10-09 15:29:28 +01:00
Sven Lito 2865b56b13 adding comment and URL to github gem 2010-10-09 15:18:35 +01:00
Sven Lito 220d953396 added git log incl. stats for the past 5 commits 2010-10-09 15:03:08 +01:00
Sven Lito 0348dc0721 adding github plugin 2010-10-09 14:29:24 +01:00
Jake Bell 2c1236e047 Removing capistrano aliases/functions from rails plugin (since cap is not rails-specific). 2010-10-01 14:15:52 -05:00
Daniel Schauenberg d3e391216f adapt brew,gem,pip plugin to new structure 2010-10-01 10:59:48 +02:00
Daniel Schauenberg 6b2520f1e1 Merge remote branch 'origin/master' into restructure_plugins 2010-10-01 10:55:44 +02:00
Robby Russell be63480e22 Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there. 2010-09-30 21:34:06 -07:00
Robby Russell 44f2102715 Merge branch 'master' of http://github.com/vivekprahlad/oh-my-zsh into vivekprahlad-master 2010-09-30 21:04:22 -07:00
Robby Russell f101304ce4 Merge branch 'dirpersist' of http://github.com/curiousstranger/oh-my-zsh into curiousstranger-dirpersist 2010-09-30 21:01:57 -07:00
Matt Cable 6fe935d59e Portable perl dirpersiststore because 'tail -r' doesn't work everywhere. 2010-09-26 21:30:57 -06:00
Matt Cable f31b3728db Removed unportable (and unnecessary) grep flags 2010-09-21 12:07:02 -06:00
Robby Russell 800cfb5c41 Tidying up the spacing to bring in line with coding standards 2010-09-30 20:54:45 -07:00
Robby Russell d6d40b475d Merge branch 'ssh-agent' of http://github.com/gwjo/oh-my-zsh into gwjo-ssh-agent 2010-09-30 20:53:19 -07:00
Tomas Kramar 572a663955 Add vi-mode plugin for vi-like editing 2010-09-26 22:25:31 +02:00
gwjo 9d9fcaf232 ssh-agent module
Implement a simple module that automatically launches the ssh-agent when you login and
adds your default key.

Useful for anyone that does remote work and thus doesn't have access to a keychain tool.
2010-09-24 20:46:52 -04:00
Matt Cable 5539b3c72b Change zdirstore to variable 2010-09-19 22:40:47 -06:00
Matt Cable 515315e467 Added install instructions 2010-09-19 22:39:11 -06:00
Matt Cable e3e284016c Added installation function 2010-09-19 19:43:49 -06:00
Matt Cable daf855f2ed Move dirpersist to plugin 2010-09-19 19:39:51 -06:00