Commit Graph

6645 Commits (18d2152798e15898f3c11a2fd3d8a59a62b4ac33)

Author SHA1 Message Date
Marc Cornellà bd9cd052f1
docker: reformat README () 2019-10-19 17:30:04 +02:00
Marc Cornellà 160a801bed
Clean up README 2019-10-19 17:29:46 +02:00
Marc Cornellà f48a40ee91
Reorganize stuff 2019-10-19 17:28:43 +02:00
Marco Zühlke 166719c0ab Format docker Readme like the other plugins. 2019-10-18 23:52:26 +02:00
Marco Zühlke 39a4f9281b Add Readme.md for supervisor.
Sync completion with original source.
2019-10-18 23:37:51 +02:00
Angelos Orfanakos 74165aba4a rails: detect gems.rb in _rake_command () 2019-10-18 21:56:30 +02:00
Vsevolod Romashov 6b6f2b6dfd bundler: support new file naming convention () 2019-10-18 21:55:56 +02:00
flowin efee47b5c0 pass: add README () 2019-10-18 20:05:49 +02:00
Nick 45d2236941 phing: add README () 2019-10-18 19:12:05 +02:00
Nick e8a6d328ac eecms: add README () 2019-10-18 19:05:47 +02:00
Nick Fagerlund a41d308f70 bundler: make it play nice with functions that call wrapped commands ()
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-18 18:43:25 +02:00
Shahin Sorkh 3e4d10c4f1 lib: allow alias expansion in _ sudo alias () 2019-10-16 18:01:15 +02:00
Jakub Łuczyński 563c0708ab fzf: fix regression ()
Typo introduced in f56b678 fixing 
2019-10-16 17:59:06 +02:00
Shriniwas Sharma f7d9dae12e bira: move virtualenv information () 2019-10-16 09:28:19 +02:00
Sofia Rivas 767be6c42f git-remote-branch: add README () 2019-10-15 23:46:40 +02:00
Marc Cornellà 87bd507fcf
pod: add README () 2019-10-15 23:27:31 +02:00
flowin 11f36cf922 screen: add README () 2019-10-15 23:25:56 +02:00
Kenny Heaton 1f8989aee8 rake: add README () 2019-10-15 23:21:15 +02:00
Marc Cornellà ca6b397783
meta: remove automatic bug label on bug reports
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-15 22:56:45 +02:00
Marc Cornellà f56b678888
fzf: check for dpkg before checking for fzf in debian
Fixes 
Co-authored-by: Mariusz B <mb@binary-offensive.com>
2019-10-15 16:51:51 +02:00
yasnakateb c1bc062e6b
Update README 2019-10-14 13:06:20 +03:30
Yasna Kateb f2be66177d Added README for pod 2019-10-14 13:05:12 +03:30
Marc Cornellà 52f5878564
rust: add README () 2019-10-10 11:08:18 +02:00
Marc Cornellà bb97a9b3ec
Delete alias section 2019-10-10 11:07:33 +02:00
jotaro-sama 35aa3c1331 add readme for the rust plugin 2019-10-10 03:57:25 +02:00
Kirill 710a3d5a1e emotty: add README () 2019-10-09 21:04:49 +02:00
Kirill a2cc84dd20 fbterm: add README () 2019-10-09 20:55:16 +02:00
927589452 49c423c7e0 battery: add support for sysctl in FreeBSD () 2019-10-09 19:24:44 +02:00
Maciej Motyka c5b4613bf6 python: add recurse flag to pygrep ()
As described in 
2019-10-09 19:13:25 +02:00
Marc Cornellà ba57b5c706
chruby: add README () 2019-10-09 18:13:13 +02:00
Marc Cornellà 98cd133c4d
Reword and add extra information 2019-10-09 18:12:58 +02:00
Martin Mladenov 11e2347752 git-escape-magic: fix typos in README () 2019-10-09 18:09:29 +02:00
Marc Cornellà 66bd299bcd
compleat: add README () 2019-10-09 18:07:38 +02:00
Marc Cornellà 7ea05bd500
Change description 2019-10-09 18:07:02 +02:00
Noah Nichols abc05fa422 sprunge: add README and refactor ()
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2019-10-09 17:51:47 +02:00
otherpaco 8bb9b04469 singlechar: add README ()
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2019-10-09 16:58:58 +02:00
otherpaco f5614d2b3a terminalapp: delete plugin deprecated since 2015 () 2019-10-09 15:55:35 +02:00
Frani 79b2944a8a yarn: add yarn version alias () 2019-10-09 15:17:05 +02:00
Marc Cornellà c9841f43b1 yarn: use zsh-completions latest version (87e1313)
Closes 
Closes 
Closes 
2019-10-09 15:12:00 +02:00
Karolis Mazukna 7d410549cd Adds chruby plugib README.md 2019-10-08 22:42:18 +01:00
14nrv b09aed9cc7 yarn: add ytc alias for test with coverage () 2019-10-08 20:38:25 +02:00
Qinfeng Chen c714d3fced gradle: support gdub completion () 2019-10-08 15:48:08 +02:00
Chaitanya Raj 82bd8828eb Create README.md for compleat plugin 2019-10-08 14:01:57 +05:30
Austin Ratcliff 7e842cddc4 cloudapp: add README () 2019-10-07 18:50:01 +02:00
Griffin J Rademacher fdebc2272e Add READMEs for tugboat and colemak plugins () 2019-10-07 18:37:42 +02:00
Marc Cornellà 13d889470e
ufw: add README () 2019-10-07 18:08:35 +02:00
Marc Cornellà a3b63aa6ab
Reword 2019-10-07 18:08:14 +02:00
Michael C 5efe52d991 virtualenvwrapper: add README () 2019-10-07 18:04:49 +02:00
Denis Titusov 5f066dabc8 Add README for pow and powify plugins () 2019-10-07 18:01:08 +02:00
Joe Rattazzi d5e7040ebd pyenv: add README () 2019-10-07 17:53:18 +02:00