summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-23themes: change lstheme function to themes in $ZSH_CUSTOM in any levelMarc Cornellà
2020-03-23dotenv: add agree-once improvement to confirmation prompt (#8729)Jędrzej Lewandowski
2020-03-22virtualenvwrapper: look in $HOME/.local/bin directory (#8758)Hector S
2020-03-21direnv: change direnv to not assume path (#8757)Dan Rose
2020-03-20Add direnv plugin (#8666)Moritz Schwörer
2020-03-19update path for snapd /snap/bin/* which is used by Linux systems (#8752)Mark
2020-03-16man: use only first element of command before prepending man (#8747)wurza
2020-03-12taskwarrior: update completion to latest version (dcdf712)Marc Cornellà
2020-03-12autoenv: look in additional installation locations, redo logicAndrew Janke
2020-03-11Clean up plugin READMEs and a few pluginsMarc Cornellà
2020-03-11z: add markdown Readme (#8715)Christoph Bachhuber
2020-03-11updater: use hardcoded color sequences instead of tputMarc Cornellà
2020-03-11updater: use `git config` instead of `git -c` for git < v1.7.2Marc Cornellà
2020-03-10archlinux: fix wrong parameters in pacfiles alias (#8712)LuFan Zhong
2020-03-10sdk: remove invalid value "candidates" from sdk flush completion (#8725)Ross Goldberg
2020-03-09gradle: use upstream completion and fix some other stuffMarc Cornellà
2020-03-09aws: fix awscli completion path on NixOS (#8707)B YI
2020-03-09nvm: add `install-latest-npm` to completion (#8709)Nick Paterno
2020-03-09phing: fix copy-paste error in READMEMarc Cornellà
2020-03-05lib: support konsole* $TERM in title function (#8035)Marc Cornellà
2020-03-05aws: add support for AWS CLI v2 autocompletion (#8670)Marc Cornellà
2020-03-05shrink-path: added glob and quote options (#7694)Marc Cornellà
2020-03-04arcanist: add functions which allow copy-pasting of URLS (#8688)Alexey Györi
2020-03-04rbenv: fix rbenv_prompt_info prefix and suffix (#3764)chieping
2020-03-04knife: fix refactor mistakeMarc Cornellà
2020-03-04knife: improve knife-solo support in completion (#3315)Masato Ikeda
2020-03-03kube-ps1: update to latest upstream version (c685ac8)Marc Cornellà
2020-03-03lib: automatic title: replace fg with description from jobs (#7982)Marc Cornellà
2020-03-03lib: clean up termsupport.zshMarc Cornellà
2020-03-03Use $jobstates and $jobtexts to look for jobsMarc Cornellà
2020-03-03git: make the gpristine alias remove untracked git repos (#8697)Jean-Yves Rivallan
2020-03-03lib: use `command` to run rm in upgrade function (#8696)Marek Dědič
2020-03-02random: remove random theme from possible themes to choose fromMarc Cornellà
2020-03-02Merge branch 'update/jira-plugin'Marc Cornellà
2020-03-02Some tweaks to the Jira pluginJosh Christopherson
2020-03-02Clean up jira functionMarc Cornellà
2020-03-02Better support for branch nameRoToRx88
2020-03-02Uppercase the issue in open issue command in the JIRA pluginMatthew Manuel
2020-03-02sdk: add support for local versions and optimize sed calls (#7870)Andrea Nanni
2020-03-02python: add pyuserpaths function (#7758)0b10
2020-03-02command-not-found: speed up call to Homebrew command-not-found (#7740)Hielke Walinga
2020-03-02shrink-path: add minimum length and ellipsis symbol options (#7382)Pavel N. Krivitsky
2020-03-02minikube: cache command completions (#7446)Pavel Fokin
2020-03-02pip: add local Python package files to completion (#7442)Dan D'Avella
2020-03-02lib: use grep-alias cache only if ZSH_CACHE_DIR is writableMarc Cornellà
2020-03-01Document ZSH_THEME_RANDOM_BLACKLIST settingMarc Cornellà
2020-03-01Merge branch 'grep.zsh-improvements'Marc Cornellà
2020-03-01Refactor grep.zsh fileMarc Cornellà
2020-03-01Fast algorithm to determine grep alias flagsMarc Cornellà
2020-03-01Performance enhancement for lib/grepmattmc3