Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-22 | Fixed node-docs | Rainer Dreyer | |
The `#anchor` tags on [nodejs.org](http://nodejs.org/docs/v0.8.2/api/all.html) changed. This fixes the `node-docs` command. | |||
2012-10-21 | Fix color syntax | Eric Mathison | |
2012-10-17 | Added last working directory plugin | Örjan Persson | |
Keeps track of the last changed directory. When a new shell is created, the last directory will be restored. Mimics how tabs works in many terminal emulators. | |||
2012-10-17 | Add the heroku --remote switch | Paulo Luis Franchini Casaretto | |
This remote selects the app based on your current repo remotes For example heroku logs --remote staging More info at https://devcenter.heroku.com/articles/using-the-cli | |||
2012-10-14 | add git-extras plugin | Henry Yan | |
2012-10-14 | Merge remote-tracking branch 'upstream/master' | Henry Yan | |
* upstream/master: (35 commits) make README reflect latest changes URL Tools Plugin added a comment to the composer installation alias added Composer completition and aliases added two aliases to Symfony2 Plugin fix test aliases Missing comment line look for test/unit instead of test/units. #typo Correct error message. Clean up doc Jira ticket shortcut to browse existing issues or create a new issue. Add zeus plugin Make rvm prompt function a bit cleaner Fixing the rvm_prompt_info command, now it will not show empty parens if no rvm is currently being used Add link to gist Updated documentation for agnoster theme Use HISTFILE evironment variable directly rather than copying it added autojump plugin support for mac os x + port Colemak plugin Per directory history plugin ... | |||
2012-10-13 | Set the '-R' option for less not in $PAGER, but as $LESS. | Felix Dreissig | |
2012-10-13 | updated symbol | Alexander Berezovsky | |
2012-10-12 | Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh | Peter Tillemans | |
2012-10-11 | Something to be said for symmetry | Tyler Cipriani | |
2012-10-11 | spacing makes me something | Tyler Cipriani | |
2012-10-11 | parens tweak | Tyler Cipriani | |
2012-10-11 | removed weird characters | Tyler Cipriani | |
2012-10-11 | moved spacing | Tyler Cipriani | |
2012-10-09 | Wrong URL :zap: | Paul Redmond | |
2012-10-09 | Merge pull request #1344 from danielcsgomes/master | Robby Russell | |
Added Composer Plugin and Symfony2 alias | |||
2012-10-09 | Merge pull request #1306 from josh-/master | Robby Russell | |
New 'Nanoc' plugin | |||
2012-10-09 | Merge pull request #1312 from koenpunt/fixes_cap_plugin | Robby Russell | |
updated cap plugin to use `cap -T` instead of `cap show_tasks` | |||
2012-10-09 | Merge pull request #1330 from trobrock/hide-rvm-prompt | Robby Russell | |
Don't show empty parens if you are using your system ruby | |||
2012-10-09 | Merge pull request #1333 from b4mboo/master | Robby Russell | |
Add zeus plugin | |||
2012-10-09 | Merge pull request #1335 from paulredmond/plugin/jira | Robby Russell | |
Open Jira issues from a project | |||
2012-10-09 | Merge pull request #1346 from ianchesal/urltools | Robby Russell | |
URL Tools Plugin | |||
2012-10-09 | make README reflect latest changes | Dominik Bamberger | |
2012-10-08 | URL Tools Plugin | Ian Chesal | |
* Added urlencode -- alias to encode URLs from the command line using Python * Added urldecode -- alias to decode URLs from the command line using Python | |||
2012-10-08 | Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh | Peter Tillemans | |
2012-10-05 | added a comment to the composer installation alias | Daniel Gomes | |
2012-10-05 | added Composer completition and aliases | Daniel Gomes | |
2012-10-05 | added two aliases to Symfony2 Plugin | Daniel Gomes | |
2012-10-03 | fix title setting bug in xterm and urxvt | Markus Scherer | |
Before this patch, commands containing %-signs set the title wrong (urxvt and xterm) [1] and produce strange output in urxvt [2]. test for bug 1: > sleep 10 && echo % sets title to "sleep 10 && echo %<<" > sleep 10 && echo %f doesn't change the title at all test for bug 2 (only urxvt): > echo %f 39m%f ^^^^^----- output | |||
2012-10-02 | fix test aliases | Dominik Bamberger | |
2012-10-01 | Missing comment line | Paul Redmond | |
2012-10-01 | Added systemd plugin with aliases for systemctl commands. | Augusto Rocha Elesbão | |
2012-10-01 | look for test/unit instead of test/units. #typo | Dominik Bamberger | |
2012-09-28 | Correct error message. | Paul Redmond | |
2012-09-28 | Merge pull request #1327 from agnoster/master | Robby Russell | |
BY POPULAR DEMAND... the "agnoster" theme... | |||
2012-09-28 | Clean up doc | Paul Redmond | |
2012-09-28 | Jira ticket shortcut to browse existing issues or create a new issue. | Paul Redmond | |
2012-09-27 | Merge remote-tracking branch 'upstream/master' | Xavier Lacoste | |
2012-09-27 | Add zeus plugin | Dominik Bamberger | |
Includes aliases for zeus (https://github.com/burke/zeus) Also there is a README.md that list all aliases, ready to copy into the wiki. | |||
2012-09-26 | Make rvm prompt function a bit cleaner | Trae Robrock | |
2012-09-26 | Fixing the rvm_prompt_info command, now it will not show empty parens if no ↵ | Trae Robrock | |
rvm is currently being used | |||
2012-09-26 | Add user-local installation autojump zsh plugin source | Martin Foot | |
If you manually install autojump as advised by the autojump README by running the install.sh script, it will install by default to $HOME/.autojump. Add an extra case in the zsh autojump plugin to find the new file and stop a syntax error in the else clause every time a new zsh starts (running brew when brew does not exist). | |||
2012-09-25 | Add link to gist | Isaac Wolkerstorfer | |
2012-09-25 | Updated documentation for agnoster theme | Isaac Wolkerstorfer | |
2012-09-23 | Merge pull request #1318 from trobrock/add-puma-to-bundler | Robby Russell | |
Bundle exec puma also http://puma.io | |||
2012-09-23 | Merge pull request #1320 from jimhester/vi-mode-patch | Robby Russell | |
Fix to restore bindings after switching to vi-mode | |||
2012-09-23 | Merge pull request #1321 from jimhester/per-directory-history | Robby Russell | |
Per directory history plugin | |||
2012-09-23 | Merge pull request #1322 from jimhester/colemak | Robby Russell | |
Colemak plugin ( http://colemak.com/ ) | |||
2012-09-23 | Merge pull request #1323 from lxmonk/autojump-port | Robby Russell | |
added autojump plugin support for mac os x, when port installed autojump | |||
2012-09-21 | Use HISTFILE evironment variable directly rather than copying it | Jim Hester | |
Use the HISTFILE environment variable in place of copying it to _per_directory_history_global so that users can change the environment variable after sourcing per-directory-history and have the global variable set correctly |