- Jun 14, 2018
-
-
Parham Alvani authored
Uses silence mode of curl for better autocomplete. Co-authored-by: Dominik Rimpf <dev@d-rimpf.de>
-
- Jun 13, 2018
-
-
Dan Wallis authored
Quote $ZSH where necessary in install script
-
- Jun 12, 2018
-
-
Marc Cornellà authored
* Add upstream lein completion (cee9029d) * Delete lein.plugin.zsh
-
Marc Cornellà authored
Use the same scheme as Darwin - sysctl instead of nproc, which doesn't exist in FreeBSD Closes #2545 Co-authored-by: Daniel Bye <dbye@users.noreply.github.com>
-
Marc Cornellà authored
-
Peter Butkovic authored
-
Marc Cornellà authored
-
Matteo Giaccone authored
The command will do the same as before, but now you can also specify a path. Example: grh branch-name grhh tag-name
-
- Jun 10, 2018
-
-
Andre Figueiredo authored
*trupd* for "trizen -Sy" fixed to *trupg*
-
- Jun 06, 2018
-
-
Marc Cornellà authored
This uses the default that virtualenvwrapper.sh would set if it was called. If the user changes its value after the plugin is loaded, the plugin will work all the same. Fixes #6882 Closes #6870 Closes #6883
-
- Jun 05, 2018
-
-
Paul Ossenbruggen authored
-
- May 28, 2018
-
-
Marc Cornellà authored
-
Michael Fladischer authored
The git protocol is likely to be blocked in some networks while HTTPS usually works.
-
- May 26, 2018
-
-
Erwan ROUSSEL authored
* Documentation for Npm plugin added * Fix style and add alias descriptions
-
Marc Cornellà authored
compfix: better error message and loading of completions
-
Marc Cornellà authored
-
Marc Cornellà authored
This error message will give information on what exactly has happened and how to either solve ownership and permissions or disable the check entirely. Also gets rid of the purge of compinit caches since with the current logic insecure completion directories are ignored and therefore haven't tainted the cached files.
-
Lorenzo Bolla authored
This gives much faster start up times and only loads virtualenvwrapper when needed. Fix #6839
-
Marc Cornellà authored
Fixes #6317
-
Marc Cornellà authored
Closes #5930.
-
Kaleb Elwert authored
-
Marc Cornellà authored
This reverts commit 3dab7e46.
-
Pooya Parsa authored
-
Marc Cornellà authored
Cache kubectl completion script to file to speed up sourcing
-
Marc Cornellà authored
-
Marc Cornellà authored
Remove po alias
-
-
- May 25, 2018
-
-
Marc Cornellà authored
* added a transfer.sh plugin created a function to easily upload files to transfer.sh file sharing site Usage : transfer file.txt * added README for transfer.sh plugin * replaced transfer function with @nl5887 version * updated transfer README.md * modified the script to use tar command instead of zip * Update README formatting Co-authored-by: Remco Verhoef <remco@dutchcoders.io>
-
Marc Cornellà authored
-
- May 23, 2018
-
-
Marc Cornellà authored
The PROMPT building method clashes with other themes and plugins that modify the PROMPT variable. Also reverted the $jobstates trick due to it not working inside $PROMPT.
-
- May 21, 2018
-
-
Chuan Jin authored
-
Lorenzo Bolla authored
This is much faster.
-
- May 20, 2018
-
-
Lorenzo Bolla authored
-
- May 17, 2018
-
-
Mauro Porras P authored
-
Nikolas Garofil authored
This adds enable/disable and install/remove
-
Matt Lewin authored
-
Andrew Baumann authored
* agnoster: improve perf with use of $jobstates (zsh/parameter module) This saves multiple fork/execs (for the subshell and wc) each time the prompt is rendered * agnoster: compute git repo_path only when in a git repo this avoids needlessly invoking git twice every time we render the prompt * agnoster: avoid subshell when rendering prompt Rather than forking a subshell to print the prompt, construct it incrementally by appending to $PROMPT. v2: fix incorrect CURRENT_BG v3: fix bzr and hg prompting Thanks @mcornella for the help.
-
dt-rush authored
unset chpwd_functions before running cd to work with the path, to avoid side-effects if the user has set any chpwd_functions which cause output, such as is the case if the user is using auto-ls (#6830)
-
- May 16, 2018
-
-
Frank Wittig authored
-
Julien Palmas authored
-