Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-29 | rake-fast: change variable name from `$path' to `$file' | Marc Cornellà | |
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 | Fix syntax and formatting of rake-fast plugin | Marc Cornellà | |
2016-08-29 | Fix _tasks_changed algorithm in rake-fast plugin | Aleksey Ivanov | |
2016-08-13 | refresh .rake_tasks when lib/tasks changed (#5111) | Aleksey Ivanov | |
2015-10-21 | Refactor for method in plugins/rake-fast/rake-fast.plugin.zsh | Satoshi Ohmori | |
2014-07-23 | Use $OSTYPE instead of uname to speed things up | Christian Höltje | |
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-03-27 | Merge pull request #2658 from leifcr/rake-fast-issue | Robby Russell | |
Plugin: Rake-fast: Support both *nix and Darwin | |||
2014-03-25 | Add README file to rake-fast plugin | Kevin Bongart | |
2014-03-25 | Plugin: Rake-fast: Support both *nix and Darwin | Leif Ringstad | |
2014-03-16 | Remove copyright information, as per #2588 | Kevin Bongart | |
2014-02-13 | Add rake-fast plugin for fast rake autocompletion | Kevin Bongart | |