Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-21 | Add Sublime Text 2 alias for Linux. | Varun Vijayaraghavan | |
Detects the platform using "uname", and sets the alias accordingly. If you are using Linux, this assumes that you have created a symbolic link to /usr/bin/sublime_text. | |||
2012-05-21 | Added zp and zps aliases for the SUSE plugin | Roey Darwish Dror | |
2012-05-21 | Added suse plugins | Roey Darwish Dror | |
2012-05-20 | Merge pull request #1026 from dir01/patch-1 | Robby Russell | |
Python plugin: added pygrep command, simplified pyclean | |||
2012-05-20 | Merge pull request #1079 from dylnhdsn/feature/sublime_text_plugin | Robby Russell | |
added aliases for sublime text | |||
2012-05-03 | Don't drop everything after a trailing slash, as this breaks standard svn ↵ | Mat Gadd | |
branches: ^/branches/featurename ^/releases/Release-vx.y ^/trunk | |||
2012-04-22 | changed the alias to use to cli provided by sublime text | Dylan Hudson | |
2012-04-19 | added aliases for sublime text | Dylan Hudson | |
2012-04-12 | Added yum aliases for: makecache, grouplist, groupinstall, and groupremove. | ntpeters | |
2012-04-05 | Adds glo; glp (arg) | Steven G. Harms | |
* glo := git log --oneline * glp := git log --pretty=arg | |||
2012-04-04 | Added subcommands for leiningen 1.7.0 | Peter Tillemans | |
2012-04-04 | command to restart pow process | cmar | |
2012-04-01 | Added an <esc> to the begining of everything. I ran something when I was in ↵ | Derek Wyatt | |
insert mode once and all it did was shove !args... into the buffer. <esc> first. | |||
2012-03-30 | Updated the README to include documentation on the postCallVim callout | Derek Wyatt | |
2012-03-30 | Added an optional callout to the end of the interaction function. I put it ↵ | Derek Wyatt | |
in to allow me to put the window focus on MacVim / GVim depending on the different OS I happen to be on | |||
2012-03-26 | Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh | fred-o | |
2012-03-22 | add maven plugin | Henry Yan | |
2012-03-22 | Python plugin: added pygrep command, simplified pyclean | dir01 | |
2012-03-20 | Fixed: If you callvim on a non-existant file with a relative path, the CWD ↵ | Derek Wyatt | |
of the running gvim process is used, and that's not right. We use the PWD explicitly instead, in this case | |||
2012-03-20 | A plugin that makes it easier to interact with the (single) running instance ↵ | Derek Wyatt | |
of gvim | |||
2012-03-20 | Add a cat smilie as alias for cat | mapc | |
2012-03-16 | Plugin for encoding strings into base64 and decoding them | Vitaliy Yanchuk | |
2012-03-09 | added powed command to list pow urls | cmar | |
2012-03-01 | current repository action | pomaxa | |
2012-03-01 | Add dircycle plugin: enables cycling through the directory stack | Rotem Yaari | |
2012-02-26 | Add gem build autocompletion | David Lee | |
2012-02-23 | Add completion for pip install -r - so that it autocompletes requirements ↵ | William Roe | |
filenames | |||
2012-02-20 | Merge pull request #868 from wgriffioen/bundler_add_rails | Carlos Rodriguez | |
added rails to bundled_commands | |||
2012-02-20 | Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh | fred-o | |
2012-02-06 | added "publish" and "track" command completion for git-flow plugin | Hao Hong | |
2012-01-26 | Merge pull request #666 from szetobo/rails_runner | Carlos Rodriguez | |
add rails runner alias | |||
2012-01-26 | Removed trailing spaces in Git files. Fixes #867 | Carlos Rodriguez | |
2012-01-27 | update rails runner alias to ru | szetobo | |
- avoid rr as it is mostly used for restart rails server | |||
2012-01-26 | added rails to bundled_commands | Wim Griffioen | |
2012-01-26 | Merge pull request #663 from gravof/patch-1 | Carlos Rodriguez | |
Replace "git-diff" with "git diff" in the git plugin | |||
2012-01-25 | Merge pull request #850 from johnantoni/pow-fix | Robby Russell | |
take in chris sexton's changes to the pow plugin | |||
2012-01-25 | adding engine yard command (ey) to bundler binstubs | Alexander Greim | |
2012-01-22 | Merge pull request #845 from tjwallace/bundler_plugin_fix | Robby Russell | |
Fix bundler plugin for root level folders | |||
2012-01-22 | Merge pull request #717 from blueyed/github-plugin-working-hub | Robby Russell | |
github plugin: only alias git=hub if `hub --version` works. | |||
2012-01-22 | Merge pull request #801 from kalos/autojump | Robby Russell | |
autojump plugin enhanced | |||
2012-01-22 | Merge pull request #811 from markdrago/remove_verbose_mercurial_flags | Robby Russell | |
remove the -v flag from a few mercurial aliases | |||
2012-01-22 | Merge pull request #853 from lepht/master | Robby Russell | |
Updated to the latest taskwarrior completion definition (2.0b4) | |||
2012-01-22 | Merge pull request #810 from cseeger/master | Robby Russell | |
Git Plugin: add 'grhh' alias for 'git reset HEAD --hard' | |||
2012-01-22 | Add middleman to bundled commands | Tate Johnson | |
2012-01-20 | Fixed compdef alias to use 'gd' as shortcut. | Jordan MacDonald | |
2012-01-18 | Updated to latest version of taskwarrior completions (using Taskwarrior 2.0b4) | lepht | |
2012-01-18 | bug : stop creating those ~ directories | John Antoni Griffiths | |
add powit command to symlink an app if it hasn't been already | |||
2012-01-18 | don't check for tmp dir | John Antoni Griffiths | |
2012-01-18 | add alias to view the standard out (puts) from any pow app | John Antoni Griffiths | |
2012-01-18 | take in csexton's changes | John Antoni Griffiths | |
https://gist.github.com/1019777/70dbb46db9bd5b346faf543a9dd4edac4782adda |