- 20 Jul, 2015 2 commits
-
-
leycec authored
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).
-
leycec authored
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.
-
- 11 Jul, 2015 1 commit
-
-
leycec authored
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).
-
- 06 Jul, 2015 2 commits
-
-
Robby Russell authored
Fix jira plugin syntax error due to merge conflict
-
Robby Russell authored
virtualenvwrapper: Remove `realpath` dependency using zsh `:A`
-
- 29 Jun, 2015 1 commit
-
-
Andrew Janke authored
-
- 17 Jun, 2015 3 commits
-
-
Robby Russell authored
[Hotfix] Git plugin
-
-
Arnaud Rinquin authored
Current `ggpush` is `git push origin` instead of `git push origin $(current_branch)` Same for `ggpull`
-
- 15 Jun, 2015 24 commits
-
-
Andrew Janke authored
-
Robby Russell authored
Add missing space causing parse error.
-
Ali Afshar authored
-
Robby Russell authored
Add alias of bundle clean
-
Robby Russell authored
Use $EDITOR
-
Robby Russell authored
Debian Plugin: Differing upgrade and safe-upgrade
-
Robby Russell authored
Add new boot2docker options
-
Robby Russell authored
Respect $ZSH_CACHE_DIR when creating fasd's cache
-
Robby Russell authored
Detect the .venv in any parent directory of the current directory
-
Robby Russell authored
Don't leak extendedglob to global environment.
-
Robby Russell authored
Add hyphen insensitivity
-
Robby Russell authored
Fixes gradle autocomplete so it includes subproject tasks
-
Robby Russell authored
Added aliases for docker compose
-
Robby Russell authored
Use the newest Vundle commands
-
Robby Russell authored
Fix minimal.zsh-theme's check for in_svn and add support for mercurial
-
Robby Russell authored
coffeescript aliases for easy compiling
-
Robby Russell authored
Docker run and create options
-
Robby Russell authored
Adding quotes to git completion discovery path
-
Robby Russell authored
Set AWS_PROFILE and use existing RPROMPT
-
Robby Russell authored
Add rdrs method to reset the database(s)
-
Robby Russell authored
Only load url-quote-magic if it is available.
-
Robby Russell authored
Fixed odd chars on mac for agnoster theme
-
Robby Russell authored
Add sublime text 3 paths to check list
-
Robby Russell authored
Easy-to-Merge
-
- 14 Jun, 2015 2 commits
-
-
ivanfoo authored
-
Mikhail S. Pobolovets authored
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
-
- 13 Jun, 2015 5 commits
-
-
UserTaken authored
-
Michael Okner authored
Previously, spaces in the path would result in wto separate errouneous paths being parsed. This fixes that issue.
-
Fräntz Miccoli authored
-
Marc Cornellà authored
This reverts commit 1493d88e, made to put a deprecated notice on rails3 and rails4 plugins, so that users would migrate to the unified rails plugin. It's been 1.5 years since that, so everyone should be migrated to the good one.
-
Sriram Sundarraj authored
-