Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-04 | style fixes | xiao.fan | |
2015-08-04 | Merge pull request #1 from dlsniper/terraform | George Kontridze | |
Update to latest Terraform release 0.6.1 | |||
2015-08-04 | Update to latest Terraform release 0.6.1 | Florin Patan | |
2015-08-04 | Add terraform completion | gkze | |
2015-08-03 | Additional chpwd clobbering fix for dirpersist | xiao | |
2015-08-03 | Don't clobber chpwd | xiao | |
2015-08-03 | Adds npmE alias | Ahmed Hisham Ismail | |
Option to execute a command from node_modules folder | |||
2015-07-31 | termsupport: protect title() with `emulate -L zsh` | Andrew Janke | |
This prevents it from malfunctioning when `setopt prompt_subst` is off. | |||
2015-08-01 | gnu-utils: add findutils (find,xargs,locate) | Kentaro Wada | |
2015-07-31 | Add alias for "systemctl cat" and "systemctl edit" | Boris Avdeev | |
2015-07-30 | Thefuck: fix global variable assignment | Roland Chernov | |
2015-07-30 | git plugin: make gclean safer, introduce gpristine | Matteo Giaccone | |
2015-07-29 | Merge branch 'master' of gh:robbyrussell/oh-my-zsh | Andrew Stuart | |
2015-07-29 | Add escaped home | Andrew Stuart | |
2015-07-29 | Merge pull request #4122 from apjanke/venvw-treat-git-repo-as-venv-again | Robby Russell | |
virtualenvwrapper: Treat git repos as project roots again | |||
2015-07-29 | Add 'man' plugin. | Jerry Ling | |
Inspired by sudo. But we have man-preview! | |||
2015-07-27 | agnoster: speed up git prompt | Brian Degenhardt | |
Problem On detached-refs, the git prompt is very slow because it uses a command to output all refs, which takes 32s on the twitter internal git repo. Solution Use git-rev-parse instead of git-show-ref to only output the head ref. Runtime drops to 0.03 seconds. Note Interestingly, git-rev-parse isn't slow without the --head arguement so I'll probably be cooking up a patch for the git team to speed this up eventually, but it's still pointless to sigpipe git as it walks the filesystem. | |||
2015-07-23 | Thefuck: fixed compability with latest version | Roland Chernov | |
2015-07-23 | Thefuck: replaced static alias with `eval "$(thefuck-alias)"` | Roland Chernov | |
2015-07-23 | Thefuck: combined with @cristim plugin. Code formating | Black Roland | |
2015-07-22 | Update README.markdown | Qix | |
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-22 | diagnostics: include output file name in dump output | Andrew Janke | |
2015-07-22 | improved the check for availability | Cristian Măgherușan-Stanciu | |
2015-07-22 | fuck: added a basic plugin for https://github.com/nvbn/thefuck | Cristian Măgherușan-Stanciu | |
2015-07-20 | Cygwin-specific "chsh" installation issue fixed. | leycec | |
Installation previously assumed the existence of a "chsh" command in the current ${PATH}. Since Cygwin does *NOT* provide this command, installation now tests for the existence of this command before attempting to run it. | |||
2015-07-20 | Secure umask enforced during installation. | leycec | |
For safety, a umask of 022 prohibiting both group and other writability is now enforced during OMZ installation. In theory, this should reduce the likelihood of subsequent compinit() failures due to insecure directory permissions under all platforms except for default Cygwin installations (in which Windows ACLs override POSIX umasks). | |||
2015-07-20 | Completion insecurities handled on startup. | leycec | |
Completion-dependent directories with insecure permissions or ownership (e.g., group or other writability) are now detected, reported, and sanitized on OMZ startup rather than unsafely ignored -- which resulted in effectively empty completion caches and obscure compdef() errors resembling "compdef: unknown command or service: git". This fixes long-standing issues #630, #3356, and #3455 and related Babun issues 159, 281, and 322 -- and probably numerous other duplicates. | |||
2015-07-19 | replaced Om spelling so letters would not overlap | Sharky | |
2015-07-19 | removed incorrect Devanagari conjunct symbol at end of Om | Sharky | |
2015-07-19 | Fix little typo that makes the statement useless. | Alex Talker | |
2015-07-19 | Added conflict note (thefuck plugin) | Roland Chernov | |
2015-07-19 | spring boot plugin | linux_china | |
2015-07-19 | spring boot plugin readme | linux_china | |
2015-07-18 | Thefuck plugin README | Roland Chernov | |
2015-07-18 | Added thefuck plugin https://github.com/nvbn/thefuck | Roland Chernov | |
2015-07-15 | Merge pull request #1 from apjanke/emoji_plugin_3 | James Bunch | |
emoji: auto-generate definitions from Unicode data files | |||
2015-07-15 | Remove redundant comments from the .zsh file (since they're in README now). | Andrew Janke | |
2015-07-15 | emoji plugin: generate char map from Unicode UTR51 data files | Andrew 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-14 | Merge pull request #4099 from moncho/master | Robby Russell | |
Plugin now uses completion script from docker-compose repo. | |||
2015-07-13 | Add jira_url_help | Andrew Stuart | |
2015-07-13 | [theme] Fix color problem of steeef theme | Hongxin Liang | |
steeef theme sets colors depending on $TERM, however if %F is used, it must be closed by %f instead of %{$reset_color%}. Further on, all %f directives have been replaced by %F and color support of current TERM is checked more properly. | |||
2015-07-12 | Esc-esc now toggles sudo. | Fabio Strozzi | |
Press esc-esc once to add sudo (normal behaviour), press it twice to remove it from the beginning of the line. | |||
2015-07-11 | Insecure completion handler added. | leycec | |
A new "lib/compfix.zsh" script defining a new handle_completion_insecurities() function has been added, which handles insecure completion directories by notifying users of said insecurities and moving away all existing completion caches to a temporary directory. While intended to be called at startup, this function is generally callable at any time (e.g., for testing). | |||
2015-07-09 | add '--help' to heroku commands | Paul Robertson | |
2015-07-09 | diagnostics: include detailed OS version info if possible | Andrew Janke | |
2015-07-08 | passing the first argument with double quote | Takumi IINO | |
2015-07-07 | Concise local variables declarations | Patryk Małek | |
2015-07-07 | More consistent curly braces variables | Patryk Małek | |
2015-07-07 | Making variables local in jira plugin | Patryk Małek | |
2015-07-07 | Changing indents to be more consistent (2 spaces) | Patryk Małek | |