Commit Graph

12 Commits

Author SHA1 Message Date
Marc Cornellà abf73bb626 rake-fast: change variable name from `$path' to `$file'
This solves a problem of using the variable name `$path' which then
smashes the environment variable `$PATH' and messes up the session.

See https://github.com/robbyrussell/oh-my-zsh/pull/5343#issuecomment-243043098
2016-08-29 09:43:08 +02:00
Marc Cornellà 59fdb2b505 Reword rake-fast README, add `lib/tasks` information 2016-08-29 08:28:27 +02:00
Marc Cornellà 81ca3182a1 Fix syntax and formatting of rake-fast plugin 2016-08-29 08:28:27 +02:00
Aleksey Ivanov 2277967ecf Fix _tasks_changed algorithm in rake-fast plugin 2016-08-29 08:28:27 +02:00
Aleksey Ivanov 51c10783e1 refresh .rake_tasks when lib/tasks changed (#5111) 2016-08-13 20:47:43 +02:00
Satoshi Ohmori a1755e652c Refactor for method in plugins/rake-fast/rake-fast.plugin.zsh 2015-10-21 23:36:36 +09:00
Christian Höltje 63bae2aba9 Use $OSTYPE instead of uname to speed things up
The $OSTYPE variable is set at ZSH compile time and can be safely used
to determine the OS of the system. e.g. darwin (os x)
2014-07-23 09:18:14 -04:00
Robby Russell 861d380aa3 Merge pull request #2658 from leifcr/rake-fast-issue
Plugin: Rake-fast: Support both *nix and Darwin
2014-03-27 21:29:36 -07:00
Kevin Bongart 7b08f494e3 Add README file to rake-fast plugin 2014-03-25 12:38:02 -04:00
Leif Ringstad 48f8f2809b Plugin: Rake-fast: Support both *nix and Darwin 2014-03-25 16:36:39 +01:00
Kevin Bongart baeac5bec9 Remove copyright information, as per #2588 2014-03-16 16:52:37 -04:00
Kevin Bongart 1a029f2935 Add rake-fast plugin for fast rake autocompletion 2014-02-13 12:27:00 -05:00