summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2020-02-11vagrant: obey VAGRANT_CWD when completing vagrant commands (#7219)Umberto Nicoletti
2020-02-11Add dotnet watch and dotnet watch run (#8612)Henry Darnell
2020-02-10common-aliases: fix loading of is-at-least function (#6215)Yuan Liu
2020-02-10systemadmin: fix header line sorting in pscpu (#6167)Grégory DAVID
Inside `pscpu` and `pscpu10` aliases, remove sorting of the header line.
2020-02-10kube-ps1: add example for common pitfall (#8318)Isaac Cook
I ran into this issue, looks like maybe a few other people did as well. https://github.com/jonmosco/kube-ps1/issues/28#issuecomment-359761463 A simple clarification seems helpful.
2020-02-10systemd: refactor and add latest commands (#6250)Petr Šabata
* Order systemctl commands alphabetically Simplifying the plugin maintenance. Signed-off-by: Petr Šabata <contyk@redhat.com> * Include the latest systemctl commands Based on systemd-233. I'm still keeping the old, now unsupported commands for backwards compatibility as well. Signed-off-by: Petr Šabata <contyk@redhat.com> * Add daemon-reload (#3701) Closes #3701 Co-authored-by: Javier Tia <javier.tia@gmail.com>
2020-02-07virtualenvwrapper: rewrite init script location code (#8521)Alastair Rankine
2020-02-04Revert "fix: Update tmux plugin to use modern terminfo. (#8582)"Marc Cornellà
This reverts commit 69caf98cf754553fda969b0bf1d4966f0498f58f.
2020-01-31fix: Update tmux plugin to use modern terminfo. (#8582)Dennis Rausch
* fix: Update tmux plugin to use modern terminfo. * doc: Update documentation for tmux plugin.
2020-01-30aws: fix array assignment in asp functionMarc Cornellà
Older zsh versions require this syntax change. Fixes #8525
2020-01-29lol: fix docs for yolo alias (#8576)Nikita Sharnin
2020-01-29vscode: use insiders build if stable not found (#8568)Babak K. Shandiz
* 🔨 Add calling VS Code Insiders * ✏️ Update README.md
2020-01-19virtualenvwrapper: fix finding script on Ubuntu 19.10 (#8451)Jimmy Merrild Krag
2020-01-19colored-man-pages: force `env` command (#8551)James Wright
Invoke `env` via `command` to ignore shell functions and aliases.
2020-01-19yarn: use zsh-completions latest version (493984e)Marc Cornellà
2020-01-15pyenv: only run if pyenv not in $PATH (#8462)Vlad Dmitrievich
This is needed if in between the update of `$PATH` the `$commands` parameter hasn't been updated, i.e. if there was no `rehash` or `hash -rf` or automatic rehash. Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-01-04extract: add lz4 support (#8510)Aloxaf
2019-12-28-mAdd hitokoto plugin (#8422)sinrimin
2019-12-28Laravel artisan commands extension (#8425)Zeshan Khattak
2019-12-28Add kubectl all-namespaces aliases for k8s objects (#8434)Alaa Qutaish
2019-12-28Add kubectl log since aliases (#8448)Alaa Qutaish
2019-12-28Feature/add dotnet plugin (#8503)Shaun Tabone
* Added dotnet CLI aliases and completions * Modified README
2019-12-28Added MicroK8s plugin for ZSH (#8499)Shaun Tabone
* Added MicroK8s plugin for ZSH * Added caching for kubectl and helm commands * Added title in compadd and enhanced README
2019-12-28extract: add lrz support (#8500)Marc Cornellà
2019-12-28Feature/ionic plugin aliases (#8494)khalil choudhry
* Add DS_Store to gitignore * Add ionic aliases * Add ionic plugin readme
2019-12-28New alias zwip that launch cucumber with the :wip profile (#4111)Charles Assus
* Add zeus rake cucumber:wip, alias swip * Add the right command for zwip alias :D * Add the right command * respect the coding style * respect the coding final
2019-12-28Plugins: repo - add more aliases. (#3917)Khas'Mek
2019-12-28osx: use return instead of exit in spotify functionMarc Cornellà
2019-12-28osx: fix exit on quit command in spotify function (#8504)Carver Schmidt
2019-12-27codeclimate: add READMEMarc Cornellà
2019-12-27otp: add README and use clipcopyMarc Cornellà
2019-12-27Rename some plugin READMEs for consistencyMarc Cornellà
2019-12-27tmux-cssh: add READMEMarc Cornellà
2019-12-27svn-fast-info: add README, reorg. pluginMarc Cornellà
2019-12-27sfffe: add READMEMarc Cornellà
2019-12-27rbfu: add READMEMarc Cornellà
2019-12-27paver: add READMEMarc Cornellà
2019-12-27knife_ssh: small tweaksMarc Cornellà
2019-12-27knife_ssh: add READMEMarc Cornellà
2019-12-27knife: add README and reformat completion fileMarc Cornellà
2019-12-27gnu-utils: add README, simplify pluginMarc Cornellà
2019-12-26glassfish: add READMEMarc Cornellà
2019-12-26gas: add READMEMarc Cornellà
2019-12-22fastfile: add READMEMarc Cornellà
2019-12-22colorize: update plugin to support less options (#8392)ProbstDJakob
2019-12-20Rewrite gitstatus collection to be more robust (#7322)lieryan
Fix the finicky parsing logic and just ask git the necessary information directly.
2019-12-20Resolving conflict in README after recent updates for colorize pluginRobby Russell
2019-12-20Resolving conflict in colorize patch #7742Robby Russell
2019-12-20Update link for Pygments Robby Russell
Also moving the dependencies section up
2019-12-20Change order of automatic virtualenv activation/deactivation (#6687)Jay Tavares
When navigating from a virtualenv project directory, first deactivate the virtualenv. Then, check to see if destination directory is also a virtualenv project directory. If it is activate that virtualenv. See #5817.