summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-09upgrade: remove double whitespace in message (#7517)Quentin Dreyer
2019-11-09extract: keep *.gz files with pigz and gunzipMarc Cornellà
Fixes #8368
2019-11-08tmux: allow to define a custom configuration path (#7606)StelFux
2019-11-08Upgrade some URLs to HTTPS (#8202)Isaac Clayton
* Update http to https in Solarized * Upgrade http to https for 'Burger In Your Shell' * Upgrade http to https for tmux.github.io
2019-11-06Remove line below copyright so that GitHub shows LICENSE detailsMarc Cornellà
2019-11-06emacs: support BSD mktemp in emacsclient.sh (#8351)Eric Dobbs
Piping stdin to emacs alias on MacOS was breaking (--tmpdir is not supported in BSD flavored mktemp). Tested in MacOS 10.14 and debian:buster to confirm it still works in linux.
2019-11-06Fix badly resolved rebase conflictMarc Cornellà
2019-11-06Merge branch 'jokester/override--ignore-submodules' (#2214)Marc Cornellà
Closes #2214
2019-11-06Clean up ignore submodules logic in parse_git_dirtyMarc Cornellà
2019-11-06Add an option about git submodules to ignoreWang Guan
$GIT_STATUS_IGNORE_SUBMODULES can be used to specify handling of submodules. It can be: not set : ignore dirty submodules (this was default zsh behavior) "git" : do not use "--ignore-submodules" and let git choose, this obeys setting in .gitmodules other : comes into "--ignore-submodules=$GIT_STATUS_IGNORE_SUBMODULES"
2019-11-05fasd: add README (#8334)Sudhin MN
2019-10-30fabric: fix awk "return not in function" error in completionMarc Cornellà
Fixes #8337
2019-10-27alias-finder: fix wc numeric conditional (#8251)Vice Versa
Never use `[[` for numeric comparisons, for that, we’ll use `((`.
2019-10-25python: fix and extend pyclean (#7762)Michael
Deleting `.mypy_cache` did not work, because the directories were not empty. They contain JSON files instead of compiled byte-code. This extends the cleanup by also getting rid of `.pytest_cache` directories.
2019-10-25Add profiles documentation (#8311)Marc Cornellà
* Add profiles documentation * Fix order and reword some things
2019-10-25powder: add README (#8310)Łukasz Chrząszcz
2019-10-25Fix order and reword some thingsMarc Cornellà
2019-10-25mvn: add autocompletion for openliberty (#8244)Anton Balaniuc
2019-10-24fabric: add task descriptions to completion (#5439)Marc Cornellà
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2019-10-24Merge branch 'master' into fabric_task_descriptionMarc Cornellà
2019-10-24Fix target_list creation. Supports fabric 1 and 2Marc Cornellà
2019-10-24Add profiles documentationLukasz Chrzaszcz
2019-10-22swiftpm: update completion for Swift 5.1 (#8248)Tim
2019-10-21Set default git-config values known to fix repository issuesMarc Cornellà
- core.autocrlf=false -> #4069 - fsck.zeroPaddedFilemode -> #4963 Fixes #4069 Fixes #4963
2019-10-20rbenv: add README (#8293)Kenny Heaton
2019-10-20safe-paste: add README (#8292)Netoun
2019-10-19cargo: update completion to latest version (cdac4a8)Marc Cornellà
https://github.com/rust-lang/cargo/blob/cdac4a8/src/etc/_cargo
2019-10-19magic-enter: update README (#8284)Marco Zühlke
2019-10-19supervisor: add README and update completion (#8285)Marc Cornellà
2019-10-19docker: reformat README (#8286)Marc Cornellà
2019-10-19Clean up READMEMarc Cornellà
2019-10-19Reorganize stuffMarc Cornellà
2019-10-18Format docker Readme like the other plugins.Marco Zühlke
2019-10-18Add Readme.md for supervisor.Marco Zühlke
Sync completion with original source.
2019-10-18rails: detect gems.rb in _rake_command (#8223)Angelos Orfanakos
2019-10-18bundler: support new file naming convention (#6594)Vsevolod Romashov
2019-10-18pass: add README (#8282)flowin
2019-10-18phing: add README (#8278)Nick
2019-10-18eecms: add README (#8277)Nick
2019-10-18bundler: make it play nice with functions that call wrapped commands (#8271)Nick Fagerlund
When another function calls one of the bundler plugin's wrapper functions, the command to run gets passed as an array instead of a space-separated string. That works fine when the arguments are expanded alone, like `bundle exec $@`, but something like `./bin/$@` will expand to something like `./bin/rake ./bin/--silent ./bin/--tasks`, which of course will explode. This was causing a nasty interaction with the rake-fast plugin, and I'd be shocked if it wasn't causing other problems. The fix is to explicitly turn off the `RC_EXPAND_PARAM` option for that expansion. See http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion for more details.
2019-10-16lib: allow alias expansion in _ sudo alias (#8268)Shahin Sorkh
2019-10-16fzf: fix regression (#8269)Jakub Łuczyński
Typo introduced in f56b678 fixing #8253
2019-10-16bira: move virtualenv information (#8266)Shriniwas Sharma
2019-10-15git-remote-branch: add README (#8259)Sofia Rivas
2019-10-15pod: add README (#8257)Marc Cornellà
2019-10-15screen: add README (#8256)flowin
2019-10-15rake: add README (#8254)Kenny Heaton
2019-10-15meta: remove automatic bug label on bug reportsMarc Cornellà
People sometimes use the bug report template for things that are support. Maintainers will confirm whether it's a bug with the appropriate label.
2019-10-15fzf: check for dpkg before checking for fzf in debianMarc Cornellà
Fixes #8253 Co-authored-by: Mariusz B <mb@binary-offensive.com>
2019-10-14Update READMEyasnakateb