Commit graph

408 commits

Author SHA1 Message Date
Hakan Ensari
cbbb79b282 Bundle exec only if Gemfile is present 2011-02-22 13:39:59 +00:00
Hakan Ensari
649cf79f68 When running rspec, use bundle exec if available 2011-02-22 13:36:01 +00:00
Hakan Ensari
7df8f79b58 Re-remove now-obsolete rails3 plugin and merge master 2011-02-22 13:08:13 +00:00
Hakan Ensari
4773644482 Add alias to start spork with guard 2011-02-22 13:04:44 +00:00
Hakan Ensari
e3e7c69746 Add alias to migrate and migrate redo 2011-02-22 13:04:15 +00:00
Hakan Ensari
bec8eda34d Fix duplicate alias 2011-02-22 13:03:41 +00:00
Hakan Ensari
a6124875ef Use bundler if available 2011-02-22 13:03:12 +00:00
Christopher Chow
2190f8771f Clean up rails plugin so it will merge cleanly with upstream. 2011-02-22 23:33:58 +11:00
Robby Russell
746a10368a Merge branch 'master' of https://github.com/myronmarston/oh-my-zsh into myronmarston-master 2011-02-21 22:05:56 -08:00
Robby Russell
4ef3bb4847 Merge branch 'refactor-term' of https://github.com/nel/oh-my-zsh into nel-refactor-term 2011-02-21 22:00:05 -08:00
Robby Russell
4378d85934 Merge branch 'master' of https://github.com/medwezys/oh-my-zsh into medwezys-master 2011-02-21 21:57:03 -08:00
Robby Russell
d1d14e6ea6 Merge branch 'osx' of https://github.com/benlangfeld/oh-my-zsh into benlangfeld-osx 2011-02-21 21:55:27 -08:00
Robby Russell
aca392bebd Merge branch 'master' of https://github.com/Soliah/oh-my-zsh into Soliah-master 2011-02-21 21:52:12 -08:00
Robby Russell
6a3f406468 Merge branch 'lib-git' of https://github.com/sorin-ionescu/oh-my-zsh into sorin-ionescu-lib-git 2011-02-21 21:50:36 -08:00
Robby Russell
6235467421 Merge branch 'master' of https://github.com/nanotech/oh-my-zsh into nanotech-master 2011-02-21 21:49:05 -08:00
Robby Russell
9d941d0544 Merge branch 'theme-sorin' of https://github.com/sorin-ionescu/oh-my-zsh into sorin-ionescu-theme-sorin 2011-02-21 21:47:26 -08:00
Robby Russell
9ddff75972 Merge branch 'master' of https://github.com/Nemo157/oh-my-zsh into Nemo157-master 2011-02-21 21:46:26 -08:00
Robby Russell
452eeed890 Merge branch 'nicoulaj-theme' of https://github.com/nicoulaj/oh-my-zsh into nicoulaj-nicoulaj-theme 2011-02-21 21:45:00 -08:00
Hakan Ensari
d701af7119 Handle requiring features in your cucumber config 2011-02-20 12:34:09 +00:00
Ben Langfeld
6467e90efb Add iTerm version of tab function (itab) 2011-02-18 13:11:24 +00:00
Ben Langfeld
c52fea8082 Make a cleaner version of the OS X tab function 2011-02-18 13:11:24 +00:00
Myron Marston
6b610d7dd8 Add bundler plugin with aliases. 2011-02-15 11:27:25 -08:00
Wim
ab1cbe9038 Should use https for all GitHub urls. 2011-02-14 01:19:01 -08:00
Tadas Tamošauskas
6b5c4e27b2 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
NanoTech
143dd165e9 Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh 2011-02-05 23:51:05 -06:00
Sorin Ionescu
90a9a5f251 Added modified while newly added and type change detection to git prompt modified status. 2011-02-03 23:24:33 -05:00
Christopher Chow
cc90e3aa06 Fixed auto update.
Paramater substitution instead of command subsitution was being used
causing the calculation of time since last check to be incorrect.
2011-02-04 11:33:20 +11:00
Sorin Ionescu
ae8b3b6dba Added sorin oh-my-zsh theme. 2011-02-03 17:02:51 -05:00
Christopher Chow
051fb5f1d5 Added time since last commit to Soliah theme and changed some colours. 2011-02-04 01:37:39 +11:00
Christopher Chow
dccb01ca58 Added basic rails tab completion. 2011-02-04 01:18:20 +11:00
Hakan Ensari
f1df40a10d Use bundle exec when running cucumber 2011-02-03 12:47:10 +00:00
Hakan Ensari
ae4a63e999 Merge rails and rails3 plugins.
Add a `cuke` function that handles running feature within folders.

Remove obsolete ssp and remote_console.

Simply do `rake` to run all tests. There are numerous paths of how you
may be connecting to a remote app depending on whether you use RVM,
capistrano-style dir structures, your version of Rails, etc. IMO it's
sounder to add a `rake remote` task to each project.
2011-02-03 12:15:03 +00:00
Renaud (Nel) Morvan
faac3ba8fc Refactor window and tab title in tty
Term window title and tab title are now skinable
Tab title can be different from window title (when supported by term)
Default theme is optimized of usuability (no %u@%m: $~ in a 10 char tab)
Cleanup code duplication and add comment for supported terms
On osX it works great on iterm, and is decent once you tweak Terminal pref
Tested under GNU screen, iTerm and Apple Terminal, need to be tested on linux
TODO implement Konsole support (via dbus)
2011-01-30 09:19:47 +01:00
Robby Russell
01b0366f3e Merge branch 'master' of https://github.com/theunraveler/oh-my-zsh into theunraveler-master 2011-01-15 01:18:08 -08:00
Robby Russell
f02e732543 Merge branch 'master' of https://github.com/SuprDewd/oh-my-zsh into SuprDewd-master 2011-01-15 01:17:29 -08:00
Robby Russell
8da8d45236 Merge branch 'postpone-theme-sourcing' of https://github.com/mkomitee/oh-my-zsh into mkomitee-postpone-theme-sourcing 2011-01-15 01:10:23 -08:00
Robby Russell
76d9905584 Merge branch 'master' of https://github.com/Rixius/oh-my-zsh into Rixius-master 2011-01-14 06:54:49 -08:00
Robby Russell
c3224900b7 Merge branch 'dieter-theme' of https://github.com/Dieterbe/oh-my-zsh into Dieterbe-dieter-theme 2011-01-14 06:46:42 -08:00
Robby Russell
e46eb7016a Merge branch 'typo' of https://github.com/papercavalier/oh-my-zsh into papercavalier-typo 2011-01-14 06:43:49 -08:00
Robby Russell
192ea1424a Merge branch 'master' of https://github.com/sunaku/oh-my-zsh 2011-01-14 06:40:09 -08:00
Robby Russell
7bf6adcd48 Merge branch 'master' of https://github.com/dannytatom/oh-my-zsh into dannytatom-master 2011-01-14 06:38:27 -08:00
Robby Russell
552b66fed9 Merge branch 'master' of https://github.com/flazz/oh-my-zsh into flazz-master 2011-01-14 06:36:45 -08:00
Stephen Middleton
e7c8673a45 added newline 2011-01-14 01:31:21 -06:00
Stephen Middleton
277f664df3 Personal Style 2011-01-14 01:29:24 -06:00
Stephen Middleton
c58942d3b2 theme changes 2011-01-14 01:26:31 -06:00
Stephen Middleton
5cca63a770 changes to theme 2011-01-14 00:05:06 -06:00
Stephen Middleton
26614b3478 add Rixius-Theme 2011-01-13 23:52:41 -06:00
SuprDewd
beb980d370 Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh 2011-01-10 17:56:38 +00:00
Robin Ramael
bcc235e142 Added an option to remove file afterwards. 2011-01-10 17:49:53 +00:00
Robin Ramael
664b97a3c8 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