Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-17 | Added fat arrow the theme | Tyler Cipriani | |
2012-09-17 | Refactored theme | Isaac Wolkerstorfer | |
2012-09-17 | Added space to prompt | Tyler Cipriani | |
2012-09-17 | Added junkfood theme | Tyler Cipriani | |
2012-09-14 | git plugin: Add `gpoat` alias | Alexander Surma | |
2012-09-13 | Add agnoster.zsh-theme | Isaac Wolkerstorfer | |
2012-09-13 | fixed incorrect if/else | Koen Punt | |
2012-09-13 | updated cap plugin to use `cap -T` instead of `cap show_tasks` which | Koen Punt | |
didn't exist (sometimes?) | |||
2012-09-13 | Merge remote-tracking branch 'upstream/master' | Xavier Lacoste | |
2012-09-11 | fixed nginx vhost template, made variables local, imroved parameter validation | mikka | |
2012-09-11 | Merge remote-tracking branch 'upstream/master' | James Smith | |
2012-09-07 | added lesscss plugin | mikka | |
2012-09-06 | Add new 'nanoc' plugin | Josh Parnham | |
2012-09-03 | Nuke _cap_does_task_list_need_generating | Reza | |
Thanks @docwhat | |||
2012-09-03 | fix rvm auto complete, pointing to $rvm_path | Ben Cao | |
2012-09-02 | nginx and php-fpm plugins | mikka | |
2012-09-02 | Update fishy theme to collapse working directory in PROMPT. | Nicholas Hutchinson | |
For non-trailing path components, we show only the first character. So, as in Fish proper, we convert ~/some/really/really/really/long/path/name to ~/s/r/r/r/l/p/name. | |||
2012-09-01 | Merge pull request #1228 from clutt0n/master | Robby Russell | |
Small improving themes/jnrowe.zsh-theme | |||
2012-09-01 | Merge pull request #1287 from johnhamelink/master | Robby Russell | |
Laravel autocompletion | |||
2012-09-01 | Merge pull request #1279 from 3den/master | Robby Russell | |
My favourite theme with support to RVM and GIT | |||
2012-09-01 | Merge pull request #1297 from everbird/master | Robby Russell | |
supervisor plugin | |||
2012-09-01 | add new plugin to autocomplete supervisor commands | everbird | |
2012-08-30 | Add empty function rbenv_prompt_info() if doesn't exists | Xavier Lacoste | |
2012-08-25 | search virtualenvwrapper.sh in PATH | Cenk Alti | |
2012-08-25 | Added another path for virtualenvwrapper plugin | Cenk Alti | |
When you install python via brew on OSX, pip is installed into /usr/local/share/python/ and all packages installed with this pip are installed here. | |||
2012-08-20 | Add keep branch option. | jamie sa (jsa) | |
2012-08-19 | Added laravel plugin which gives aliases to artisan and bob, and | John Hamelink | |
provides autocompletion for artisan. | |||
2012-08-17 | Debian plugin now pipes which stderr to stdout | Graeme Coupar | |
The debian plugin calls which to determine whether aptitude & sudo are installed. However, if these are not installed then the error output from which will be output. Since this isn't really an error condition, this commit updates the which calls to pipe stderr to stdout, thus hiding the error messages. | |||
2012-08-14 | new 3den theme with RVM and GIT | Marcelo Eden | |
2012-08-13 | Merge branch 'master' of github.com:ptillemans/oh-my-zsh | Peter Tillemans | |
2012-08-12 | new forklift plugin | Bodo Tasche | |
2012-08-08 | Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh | Peter Tillemans | |
2012-08-07 | Add shortcut for showing log of all branches | Sean M. Collins | |
2012-08-05 | fix typo in cd-wrapper | Yannik Stein | |
2012-08-01 | Correct variable used for global ssh known host completion | Alexis Letessier | |
2012-07-31 | Make git use sha when branch name is missing. | Ted Vessenes | |
2012-07-29 | Add branch status support to git_prompt_status | Caio Romão | |
This patch makes git_prompt_status support three new status variables: - ZSH_THEME_GIT_PROMPT_AHEAD - ZSH_THEME_GIT_PROMPT_BEHIND - ZSH_THEME_GIT_PROMPT_DIVERGED With these extra variables it's easy to see (1) if you have commits in your local branch that weren't pushed to the remote (AHEAD), (2) if there are commits in the remote that you haven't merged/rebased yet (BEHIND) or (3) if you have local unpushed commits AND the remote has some commits you haven't merged yet (DIVERGED). Refer to the first line displayed on `git status -b --porcelain`. An example setup in a .zsh-theme file would be: ZSH_THEME_GIT_PROMPT_AHEAD="↑" ZSH_THEME_GIT_PROMPT_BEHIND="↓" ZSH_THEME_GIT_PROMPT_DIVERGED="↕" | |||
2012-07-29 | Adding logic for ~/Applications folder installs of Sublime Text 2 | bwl | |
2012-07-26 | Added a "please" alias for sudo | Bjarki Ágúst Guðmundsson | |
2012-07-26 | Merge branch 'master', remote-tracking branch 'rr/master' | Bjarki Ágúst Guðmundsson | |
2012-07-25 | alias at=aptitude broke /usr/bin/at scheduler. | apm | |
Just an idea: change it to ap | |||
2012-07-24 | Merge | James Smith | |
2012-07-24 | delete os specific disable-patterns | clutton | |
2012-07-23 | Adding a symfony plugin, for symfony 1 | Graham Christensen | |
2012-07-24 | improvement: define PROMPT_HOST once on startup | clutton | |
2012-07-23 | added 'gcl'for 'git config --list'; and gd for 'git diff' | Dr Nic Williams | |
2012-07-20 | Merge pull request #1229 from seban/run_rails_without_bundle_exec | Robby Russell | |
'rails' command should not be run with bundle exec | |||
2012-07-20 | auto-upadate feature will now reset the epoch so that if a user doesn't say ↵ | Robby Russell | |
yes, it won't ask them again for a while. fixes #1240 | |||
2012-07-20 | Fix changelog --list completion bug | Alexis GRIMALDI | |
2012-07-19 | Added credits | Alexis GRIMALDI | |