summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-31Add alias for "systemctl cat" and "systemctl edit"Boris Avdeev
2015-07-30Thefuck: fix global variable assignmentRoland Chernov
2015-07-30git plugin: make gclean safer, introduce gpristineMatteo Giaccone
2015-07-29Merge branch 'master' of gh:robbyrussell/oh-my-zshAndrew Stuart
2015-07-29Add escaped homeAndrew Stuart
2015-07-29Merge pull request #4122 from apjanke/venvw-treat-git-repo-as-venv-againRobby Russell
virtualenvwrapper: Treat git repos as project roots again
2015-07-29Add 'man' plugin.Jerry Ling
Inspired by sudo. But we have man-preview!
2015-07-23Thefuck: fixed compability with latest versionRoland Chernov
2015-07-23Thefuck: replaced static alias with `eval "$(thefuck-alias)"`Roland Chernov
2015-07-23Thefuck: combined with @cristim plugin. Code formatingBlack Roland
2015-07-22Update README.markdownQix
A few spelling fixes, grammatical fixes (what's with all the ellipses?), some standardization of capitalization, and a few other tweaks. As well, I changed all standalone code fragments into proper code blocks. I also added a missing theme image!
2015-07-22improved the check for availabilityCristian Măgherușan-Stanciu
2015-07-22fuck: added a basic plugin for https://github.com/nvbn/thefuckCristian Măgherușan-Stanciu
2015-07-19Fix little typo that makes the statement useless.Alex Talker
2015-07-19Added conflict note (thefuck plugin)Roland Chernov
2015-07-19spring boot pluginlinux_china
2015-07-19spring boot plugin readmelinux_china
2015-07-18Thefuck plugin READMERoland Chernov
2015-07-18Added thefuck plugin https://github.com/nvbn/thefuckRoland Chernov
2015-07-15Merge pull request #1 from apjanke/emoji_plugin_3James Bunch
emoji: auto-generate definitions from Unicode data files
2015-07-15Remove redundant comments from the .zsh file (since they're in README now).Andrew Janke
2015-07-15emoji plugin: generate char map from Unicode UTR51 data filesAndrew Janke
Refactor the functions and group listings to have fewer functions, but have them take group names as parameters. Pull group definitions in to a single associative array.
2015-07-14Merge pull request #4099 from moncho/masterRobby Russell
Plugin now uses completion script from docker-compose repo.
2015-07-13Add jira_url_helpAndrew Stuart
2015-07-09add '--help' to heroku commandsPaul Robertson
2015-07-07Concise local variables declarationsPatryk Małek
2015-07-07More consistent curly braces variablesPatryk Małek
2015-07-07Making variables local in jira pluginPatryk Małek
2015-07-07Changing indents to be more consistent (2 spaces)Patryk Małek
2015-07-07Changing string comparison for more zsh-likePatryk Małek
2015-07-06Adding ability to add JIRA_PREFIX as an env variable (e.g. in .zshrc) and ↵Patryk Małek
minor refactor to bash curly variable braces
2015-07-06Merge pull request #4041 from apjanke/fix-jira-prefix-comment-mergeRobby Russell
Fix jira plugin syntax error due to merge conflict
2015-07-06Merge pull request #4106 from apjanke/venvw-no-realpathRobby Russell
virtualenvwrapper: Remove `realpath` dependency using zsh `:A`
2015-07-02virtualenvwrapper: treat git repos as project roots again (instead of ↵Andrew Janke
requiring a .venv customization directory) Change error output to more conventional OMZ format, so it's clear the plugin is for oh-my-zsh and not base zsh. Use `local` variables instead of manual unsetting.
2015-07-02Adds agar = apt-get autoremovenextgenthemes
Since #3902 lacks the auto-completion I made a PR for this as well. Also fixes some typos.
2015-06-30add git alias `gcam` - git commit -amZhiye Li
add git alias `gcam` - `git commit -am`
2015-06-29virtualenvwrapper: Replace "realpath" with portable zsh-native `:A` and `:h` ↵Andrew Janke
modifiers
2015-06-28Plugin now uses completion script from docker-compose repo.moncho
2015-06-26Use 'quit all' instead of counting needed quitsFredrik Strandin
2015-06-17Merge pull request #4058 from ncanceill/plugin-gitRobby Russell
[Hotfix] Git plugin
2015-06-17git plugin: fix ggl to avoid empty stringncanceill
see https://github.com/robbyrussell/oh-my-zsh/pull/2790#issuecomment-112716330
2015-06-17Fix plugin/git ggpull and ggpush backward compatibilityArnaud Rinquin
Current `ggpush` is `git push origin` instead of `git push origin $(current_branch)` Same for `ggpull`
2015-06-15Fix merge conflict for jira-prefix and jira add commentAndrew Janke
2015-06-15Merge pull request #4002 from aliafshar/patch-1Robby Russell
Add missing space causing parse error.
2015-06-14Add missing space causing parse error.Ali Afshar
2015-06-14Merge pull request #3852 from sachin21/add_alias_of_bundle_cleanRobby Russell
Add alias of bundle clean
2015-06-14Merge pull request #3858 from muchweb/muchweb-patch-1-editorRobby Russell
Use $EDITOR
2015-06-14Merge pull request #3874 from diraol/patch-2Robby Russell
Debian Plugin: Differing upgrade and safe-upgrade
2015-06-14Merge pull request #3973 from moul/pr-boot2docker-updateRobby Russell
Add new boot2docker options
2015-06-14Merge pull request #3947 from mkwmms/patch-1Robby Russell
Respect $ZSH_CACHE_DIR when creating fasd's cache