summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-19avit: add years since last commit if appropriateMarc Cornellà
2020-02-19avit: clean up theme codeMarc Cornellà
2020-02-19avit: replace custom prompt functions with OMZ onesMarc Cornellà
Fixes #8637
2020-02-19agnoster: fix bzr prompt with breezy installed (#8646)Marc Cornellà
* Change indentation to 2 spaces in prompt_bzr function * Check if in a bzr repository and optimize bzr calls in prompt_bzr
2020-02-18systemd: add prompt function to show systemd units' status (#7657)Sir Mobus Gochfulshigan Dorphin Esquire XXIII
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-02-18af-magic: fix virtualenv prompt suffixMarc Cornellà
2020-02-18git: add `grename` to rename a local branch and in the origin remote (#8622)Ujwal Dhakal
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-02-18af-magic: fix dashed separator sizing and refactorMarc Cornellà
Fixes #8081
2020-02-18web-search: add wolframalpha search engine (#8638)Kshitij Nikhal
2020-02-17arcanist: document aliasesMarc Cornellà
2020-02-17arcanist: add `arc diff --create` alias (#8610)Alexandre GOMES
2020-02-15dotnet: use official dotnet completion (#8518)Harry
2020-02-15git: add alias for git stash --include-untracked (#8617)Roman
2020-02-15cloudapp: fix copy-paste mistake in README (#8629)Manuel Silva
2020-02-13fzf: support for NixOS and Void Linux (#8618)Roey Darwish Dror
2020-02-13kubectl: avoid conflict with existing f aliases in kca alias (#8625)Marco Seguri
2020-02-13dotenv: fix prompt newlineMarc Cornellà
2020-02-13dotenv: add ZSH_DOTENV_PROMPT config (#8624)Maxime Richard
2020-02-12gradle: 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-12Add zsh-interactive-cd pluginHenry Chang
2020-02-12dotenv: prompt before executing dotenv file (#8606)Mazin Ahmed
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-02-12battery: merge branch 'refactor-battery-plugin'Marc Cornellà
Closes #4726 Closes #4774 Closes #8275
2020-02-12Remove invalid batteries (#8275)GregoireW
2020-02-12Report 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-11Various syntax fixes and function naming equivalenceMarc Cornellà
- Fix code style - Fix local definitions - Don't declare unnecessary variables - Use `command` before grep
2020-02-11Clean up Linux battery commands and syntaxMarc Cornellà
2020-02-11Fix calculation for battery percentage (#4774)Marc Cornellà
Co-authored-by: Michael Wolman <michael.s.wolman@gmail.com>
2020-02-11lib: load bash completion functions automaticallyMarc Cornellà
Fixes #8614
2020-02-11jump: fix for `marks' and CTRL+G key bindingMarc 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-11jump: add support for directories starting with a dot (#4661)hqingyi
Closes #4661
2020-02-11jump: fix issues in plugin and document CTRL+G key bindingMarc 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-11vagrant: obey VAGRANT_CWD when completing vagrant commands (#7219)Umberto Nicoletti
2020-02-11Detect dependency plugins in candy-kingdom and kiwi themesMarc Cornellà
Fixes #5029 Fixes #5342
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-10lib: add git function to determine repository name (#4989)Evan Chiu
Closes #4989 Co-authored-by: Marc Cornellà <marc.cornella@live.com>
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-10Update issues and PR templates (#8471)Larson Carter
Closes #8471
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-02-04af-magic: fix showing aws prompt out of the box (#8243)Aliaksei Maiseyeu
Fix issue related to #7615, #7747 and #6346 After the update, aws prompt (which should be visible out of the box) disappears when a user uses a theme af-magic, because of fact that plugins are loaded before themes. This pull request fixes issue with not showing aws prompt in theme af-magic, by appending RPROMPT in theme af-magic instead overwriting.
2020-02-04Link to Actions page in GitHub Action badgeMarc Cornellà
2020-02-04Rename GitHub Action to CIMarc Cornellà
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-29Create Github Action to run tests (#8569)Modded Gamers
The published workflow tests the installer and checks the syntax of known zsh files in the project. Co-authored-by: Marc Cornellà <marc.cornella@live.com>