summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-10pygmalion: revert multiline prompt changeMarc Cornellà
Fixes #2317 Closes #2321
2020-05-09magic-enter: define bindkey for vi mode as wellMarc Cornellà
Closes #8906
2020-05-07init: silence zcompdump metadata write for invalid ZSH_COMPDUMP filenamesMarc Cornellà
If `$SHORT_HOST` contains invalid filename characters, the compinit call doesn't error, but the zcompdump metadata write does. Use `tee` instead so we can silence the error. See https://github.com/ohmyzsh/ohmyzsh/commit/dd1a72696f162fd5285a104b5f63970deb66e8b0#commitcomment-38984764
2020-05-05gitfast: proper synchronization (#8550)Felipe Contreras
2020-05-05core: fix cmp invocation in BSD systemsMarc Cornellà
BSD cmp doesn't have the option of reading from stdin, so use process substitution instead.
2020-05-04core: refresh zcompdump cache file in init script (#8878)Marc Cornellà
2020-05-01core: move core folder to lib, for nowMarc Cornellà
2020-05-01core: add basic Oh My Zsh CLI (#8876)Marc Cornellà
2020-04-30sdk: support completion of new commands in 5.8.0 (#8870)Ross Goldberg
2020-04-30meta: add Ross Goldberg as owner of the sdk pluginMarc Cornellà
2020-04-30sdk: improve sdkman completion (#8854)Ross Goldberg
2020-04-26aws: fix aws_change_access_key function with awscli v2 (#8816)tom139
2020-04-26jsontools: correct usage for is_json (#8857)Tapan Avasthi
2020-04-22autojump: clarify need to install it firstMarc Cornellà
Related: #8806
2020-04-14meta: basic CODEOWNERS file (gitfast plugin)Marc Cornellà
https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
2020-04-13composer: fix cdo alias due to command api change (#8828)Shahin Sorkh
2020-04-10tig: add more info in README (#8818)schnatterer
For more convenient plugin exploring.
2020-04-05battery: revert battery charging symbol 1-character-width hackMarc Cornellà
Fixes #8804
2020-04-05lib: speed up slow parts of the lib files; other small fixesMarc Cornellà
2020-04-05themes: fix minor syntax errorMarc Cornellà
2020-04-03gnu-utils: append make to cmds (#8794)Monson Shao
GNU "make" is installed as "gmake" by homebrew.
2020-03-30colorized-man-pages: add hooks for dman and debman commands (#8776)Felix Stupp
* colorized-man-pages: Added hooks for commands dman and debman `dman` and `debman` are tools from the package `debian-goodies` for Debian systems (see https://packages.debian.org/stable/debian-goodies). They can display man pages from manpages.debian.org or local debian packages respectively. README of the plugin is also updated. * Simplify syntax for future changes * Fix README syntax Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-03-30battery: remove printf usage where possibleMarc Cornellà
Spares us of the need to quote % symbols
2020-03-30battery: fix Full battery bug on Linux; force 1-char-width on charging symbolMarc Cornellà
2020-03-26nebirhos: use short hostname in promptMarc Cornellà
Fixes #6050
2020-03-25keychain: define SHORT_HOST if not definedMarc Cornellà
Fixes problems when using the plugin via antibody or antigen.
2020-03-25systemd: remove newline from systemd prompt (#8772)Jon
2020-03-24git: fix markdown in README (#8769)glechic
2020-03-24history-substring-search: fixing my dumb mistakeMarc Cornellà
2020-03-24history-substring-search: update to upstream version 2019-05-12Marc Cornellà
Updates OMZ's copy to commit 0f80b8eb3368b46e5e573c1d91ae69eb095db3fb from zsh-users/zsh-history-substring-search
2020-03-23themes: change lstheme function to themes in $ZSH_CUSTOM in any levelMarc Cornellà
Also sort and remove duplicates, and pipe to fmt to improve output format. Fixes #8755
2020-03-23dotenv: add agree-once improvement to confirmation prompt (#8729)Jędrzej Lewandowski
* dotenv: add possibility to agree once for a given .env file * refactor: fix code style * Use :A modifier instead of readlink. Thanks Aloxaf * Use grep and clean up allowed list check logic * Simplify and reorder file; change default allowed list path * Add new feature to README * Make sure ZSH_CACHE_DIR is defined * Resolve symlinks in $PWD before storing in allowed list Co-authored-by: Aloxaf <bailong104@gmail.com> Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-03-22virtualenvwrapper: look in $HOME/.local/bin directory (#8758)Hector S
2020-03-21direnv: change direnv to not assume path (#8757)Dan Rose
On Ubuntu, direnv is not installed in `/usr/local`.
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
Co-authored-by: mark horsfield <markhfromakron@gmail.com>
2020-03-16man: use only first element of command before prepending man (#8747)wurza
Co-authored-by: Michael Wurzer <michael.wurzer@sequality.at> Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-03-12taskwarrior: update completion to latest version (dcdf712)Marc Cornellà
Fixes #8249
2020-03-12autoenv: look in additional installation locations, redo logicAndrew Janke
Fixes #4681 Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-03-11Clean up plugin READMEs and a few pluginsMarc Cornellà
- fasd - history - mercurial - pylint - repo - yii2
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à
Fixes #8732
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à
Fixes #6239 Fixes #7946 Fixes #8017 Fixes #8717 Closes #7987 Closes #8718
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à