Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-15 | dotnet: use official dotnet completion (#8518) | Harry | |
2020-02-15 | git: add alias for git stash --include-untracked (#8617) | Roman | |
2020-02-15 | cloudapp: fix copy-paste mistake in README (#8629) | Manuel Silva | |
2020-02-13 | fzf: support for NixOS and Void Linux (#8618) | Roey Darwish Dror | |
2020-02-13 | kubectl: avoid conflict with existing f aliases in kca alias (#8625) | Marco Seguri | |
2020-02-13 | dotenv: fix prompt newline | Marc Cornellà | |
2020-02-13 | dotenv: add ZSH_DOTENV_PROMPT config (#8624) | Maxime Richard | |
2020-02-12 | gradle: run gradle command instead of alias (#8620) | Jonatan Ivanov | |
- Similarly to the mvn plugin - Without this fix, the shell crashes in some cases | |||
2020-02-12 | Add zsh-interactive-cd plugin | Henry Chang | |
2020-02-12 | dotenv: prompt before executing dotenv file (#8606) | Mazin Ahmed | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-02-12 | Remove invalid batteries (#8275) | GregoireW | |
2020-02-12 | Report only active battery (#4726) | Bruce Weirdan | |
On a system with multiple batteries (like thinkpads) report percentage and time remaining only for the active battery (the one being discharged). Ideally we should report all batteries, but acpi only shows time remaining for the active battery. Also callers of these functions expect a single return value. This is still better than reporting 596% remaining (like it did on my laptop). For the reference, the output of acpi command with multiple batteries looks like this: Battery 0: Unknown, 5% Battery 1: Discharging, 86%, 03:14:04 remaining | |||
2020-02-11 | Various syntax fixes and function naming equivalence | Marc Cornellà | |
- Fix code style - Fix local definitions - Don't declare unnecessary variables - Use `command` before grep | |||
2020-02-11 | Clean up Linux battery commands and syntax | Marc Cornellà | |
2020-02-11 | Fix calculation for battery percentage (#4774) | Marc Cornellà | |
Co-authored-by: Michael Wolman <michael.s.wolman@gmail.com> | |||
2020-02-11 | jump: fix for `marks' and CTRL+G key binding | Marc Cornellà | |
- marks printed an error when $MARKPATH didn't exist or didn't have any marks in it. - The CTRL+G key binding overwrote an argument when it couldn't match it to an existing mark. | |||
2020-02-11 | jump: add support for directories starting with a dot (#4661) | hqingyi | |
Closes #4661 | |||
2020-02-11 | jump: fix issues in plugin and document CTRL+G key binding | Marc Cornellà | |
- Fixes `readlink -e` dependency which isn't supported in macOS (fixes #3235). - Uses native zsh wildcard expansion instead of calls to `ls`. - Prepends commands with `command` and `builtin` to bypass aliases and functions. - Documents CTRL+G key binding to substitute mark name in the command line with the mark path (https://github.com/ohmyzsh/ohmyzsh/pull/2045#issuecomment-22826540). | |||
2020-02-11 | vagrant: obey VAGRANT_CWD when completing vagrant commands (#7219) | Umberto Nicoletti | |
2020-02-11 | Add dotnet watch and dotnet watch run (#8612) | Henry Darnell | |
2020-02-10 | common-aliases: fix loading of is-at-least function (#6215) | Yuan Liu | |
2020-02-10 | systemadmin: fix header line sorting in pscpu (#6167) | Grégory DAVID | |
Inside `pscpu` and `pscpu10` aliases, remove sorting of the header line. | |||
2020-02-10 | kube-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-10 | systemd: 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-07 | virtualenvwrapper: rewrite init script location code (#8521) | Alastair Rankine | |
2020-02-04 | Revert "fix: Update tmux plugin to use modern terminfo. (#8582)" | Marc Cornellà | |
This reverts commit 69caf98cf754553fda969b0bf1d4966f0498f58f. | |||
2020-01-31 | fix: 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-30 | aws: fix array assignment in asp function | Marc Cornellà | |
Older zsh versions require this syntax change. Fixes #8525 | |||
2020-01-29 | lol: fix docs for yolo alias (#8576) | Nikita Sharnin | |
2020-01-29 | vscode: use insiders build if stable not found (#8568) | Babak K. Shandiz | |
* 🔨 Add calling VS Code Insiders * ✏️ Update README.md | |||
2020-01-19 | virtualenvwrapper: fix finding script on Ubuntu 19.10 (#8451) | Jimmy Merrild Krag | |
2020-01-19 | colored-man-pages: force `env` command (#8551) | James Wright | |
Invoke `env` via `command` to ignore shell functions and aliases. | |||
2020-01-19 | yarn: use zsh-completions latest version (493984e) | Marc Cornellà | |
2020-01-15 | pyenv: 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-04 | extract: add lz4 support (#8510) | Aloxaf | |
2019-12-28 | -mAdd hitokoto plugin (#8422) | sinrimin | |
2019-12-28 | Laravel artisan commands extension (#8425) | Zeshan Khattak | |
2019-12-28 | Add kubectl all-namespaces aliases for k8s objects (#8434) | Alaa Qutaish | |
2019-12-28 | Add kubectl log since aliases (#8448) | Alaa Qutaish | |
2019-12-28 | Feature/add dotnet plugin (#8503) | Shaun Tabone | |
* Added dotnet CLI aliases and completions * Modified README | |||
2019-12-28 | Added 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-28 | extract: add lrz support (#8500) | Marc Cornellà | |
2019-12-28 | Feature/ionic plugin aliases (#8494) | khalil choudhry | |
* Add DS_Store to gitignore * Add ionic aliases * Add ionic plugin readme | |||
2019-12-28 | New 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-28 | Plugins: repo - add more aliases. (#3917) | Khas'Mek | |
2019-12-28 | osx: use return instead of exit in spotify function | Marc Cornellà | |
2019-12-28 | osx: fix exit on quit command in spotify function (#8504) | Carver Schmidt | |
2019-12-27 | codeclimate: add README | Marc Cornellà | |
2019-12-27 | otp: add README and use clipcopy | Marc Cornellà | |
2019-12-27 | Rename some plugin READMEs for consistency | Marc Cornellà | |