Commit Graph

733 Commits

Author SHA1 Message Date
Robby Russell d6ffebebc5 Merge pull request #484 from msabramo/f9bf396e4ac68299f1370ed54350cc14ce954eea
As requested, here is the Django zsh completions alone without other cruft, such as 8e05d64
2011-07-23 08:26:11 -07:00
Benjamin Boudreau 512f3678c0 Remove sudo when using yaourt + do not rely on abs when not in path - In archlinux plugin 2011-07-23 11:22:39 -04:00
Benjamin Boudreau cbaa97d8c3 Add utility method to spectrum 2011-07-23 11:09:45 -04:00
Robby Russell dcab0cdc54 Merge pull request #483 from dreur/upstream-archlinux-plugin
Fix typo in archlinux plugin
2011-07-19 22:07:32 -07:00
Benjamin Boudreau 8e77ad468d Fix typo 2011-07-19 19:38:29 -07:00
Robby Russell c082174a4e Merge pull request #480 from PabloSerbo/master
I've just read your coding standards and updated the code to match.
2011-07-18 09:00:07 -07:00
Paul Serby c09e2f2986 Bringing inline with oh-my-zsh coding convensions 2011-07-18 16:05:05 +01:00
Robby Russell d62f29b625 Merge pull request #479 from csexton/edit-command-line
C-x C-e to edit current command in $EDITOR
2011-07-18 07:57:54 -07:00
Christopher Sexton a38774c98d C-x C-e to edit current command in EDITOR
The command C-x C-e opens the current command line for editing
in the editor defined by the $EDITOR environment variable.

Thanks to Craig Bosma and his blog post about this:
http://distrustsimplicity.net/articles/zsh-command-editing
2011-07-18 09:54:59 -04:00
Robby Russell f951740656 Merge pull request #474 from PabloSerbo/master
Adding a completion plugin for cake the coffee-script
2011-07-17 22:09:47 -07:00
Robby Russell 4dce1d5d4a Merge pull request #476 from theunraveler/master
Paths with spaces in upgrade script
2011-07-17 22:09:24 -07:00
Robby Russell 202405e2b5 Merge pull request #452 from franklouwers/master
chef "knife" plugin
2011-07-17 22:07:10 -07:00
Robby Russell ca1ccde09f Merge pull request #468 from blinks/master
Added a theme.
2011-07-17 22:05:46 -07:00
Robby Russell ab6196430b Merge pull request #477 from totolici/patch-1
redis-cli plugin: fixed typo for one of the subcommands
2011-07-17 22:04:49 -07:00
Robby Russell bce9c3bb16 Merge pull request #404 from gwjo/ssh-agent
ssh-agent improvements
2011-07-17 22:03:39 -07:00
Robby Russell c80392475f Merge pull request #415 from eproxus/master
New theme: sunrise
2011-07-17 22:02:43 -07:00
Robby Russell 08711cd8f7 Merge pull request #475 from dreur/upstream-archlinux-plugin
Added archlinux plugin
2011-07-17 22:00:47 -07:00
alexandru totolici 127d2ae57b Fixed typo for one of the subcommands (linset -> linsert) 2011-07-17 21:01:06 -07:00
Jake Bell edcd4f7eea Adding quotes to deal with paths that have spaces. 2011-07-17 13:01:48 -05:00
Benjamin Boudreau e7e9e5bbe6 Added archlinux plugin 2011-07-16 18:42:09 -04:00
Paul Serby 66c6260c10 Completion for cake the coffee-script build tool 2011-07-16 16:15:15 +01:00
Robby Russell 1eb52d4385 Merge pull request #370 from lepht/taskwarrior-plugin
Taskwarrior plugin
2011-07-15 08:26:43 -07:00
Robby Russell 9f099ddb83 Merge pull request #451 from matthewmccullough/cloudappplugin
Added cloudapp from @holman of @GitHub fame
2011-07-15 08:25:32 -07:00
Robby Russell 858ee947f3 Merge pull request #467 from papercavalier/bundler
_run-with-bundler
2011-07-15 08:24:38 -07:00
Suraj N. Kurapati caa1cc7067 zsh-history-substring-search plugin at 15f63de
https://github.com/sunaku/zsh-history-substring-search
2011-07-14 21:41:26 -07:00
Adam Blinkinsop 9308a7d472 Added a new theme. 2011-07-14 11:06:06 -07:00
Hakan Ensari 913cf53252 refactor _run-with-bundler 2011-07-14 17:35:12 +01:00
Brandon Konkle 6774fb3d59 Minor corrections to deletion detection in git_prompt_status 2011-07-13 23:23:01 -07:00
Robby Russell 9e601c23f1 Merge pull request #462 from papercavalier/bundler
Bundler plugin consolidation
2011-07-13 20:20:47 -07:00
Hakan Ensari 7d19ae8fab clean up rails plugin, removing bundler-specific logic 2011-07-13 22:54:30 +01:00
Hakan Ensari ba5fa3abc8 alias bundle list 2011-07-13 22:54:30 +01:00
Hakan Ensari 60e104acd1 merge bundler and bundle-exec plugins 2011-07-13 22:54:30 +01:00
Hakan Ensari a77e6fb003 fix indentation 2011-07-13 22:54:30 +01:00
Hakan Ensari 37fcd4af04 update bundled commands 2011-07-13 22:54:30 +01:00
Bodo Tasche 69d30a6302 Moved opening braces 2011-07-13 22:54:30 +01:00
Bodo Tasche 86958a32f3 forgot to rename one variable 2011-07-13 22:54:30 +01:00
Bodo Tasche 3aee5c1941 changed names of functions and variables to fit naming conventions 2011-07-13 22:54:30 +01:00
Bodo Tasche 05883f3831 use lowercase for variablenames 2011-07-13 22:54:30 +01:00
Bodo Tasche 9e8194355c Added bundler-exec plugin 2011-07-13 22:54:30 +01:00
Dan Poggi 8f62ef490d Added 'dpoggi' theme 2011-07-12 23:20:21 -04:00
Frank Louwers b61fcb64ab knife autocompletion 2011-06-30 15:19:50 +02:00
Matthew McCullough e43eec99f9 Added cloudapp from @holman of @GitHub fame 2011-06-28 20:09:00 -06:00
Adam Lindberg cd84e37216 Merge remote-tracking branch 'robbyrussell/master' 2011-06-28 09:54:44 +02:00
Robby Russell 3552423de3 Merge pull request #429 from mhitza/master
Optional themes
2011-06-20 01:28:34 -07:00
Robby Russell 279cf279a6 Merge pull request #436 from smt/pull-request-1
Add ohmyzsh theme, my version of dogenpunk
2011-06-20 01:24:29 -07:00
Stephen Tudor 03f71d14dd Changed kanji to fuku (good luck) 2011-06-19 12:22:23 -04:00
Stephen Tudor f22460f181 Add ohmyzsh theme, my version of dogenpunk 2011-06-18 21:48:35 -04:00
Marius Ghita 527355eae3 When the theme choice is left out, oh-my-zsh will not try to load it 2011-06-15 01:17:22 +03:00
Marc Abramowitz f9bf396e4a Add Django plugin.
This is a slight modification of the Django zsh completions that I found
at
https://raw.github.com/technolize/zsh-completion-funcs/master/_manage.py
2011-06-09 21:22:33 -07:00
Adam Lindberg 3eae652a6d Fix MM lines being read correctly 2011-06-08 16:33:29 +01:00