Marc Cornellà
cbd6fbe7a7
core: enable hist_reduce_blanks
...
Fixes #8722
6 years ago
Raphaël Brulé
0e4b638c3f
Add plugin for rustup completion ( #8914 )
6 years ago
Marc Cornellà
587b554580
zsh-navigation-tools: update to 5937e57e
...
Fixes #8476
6 years ago
Marc Cornellà
fd786291ba
composer: fix documented aliases
6 years ago
Gilles
2ecf2846cd
composer: add aliases for 'outdated' commands
...
Added `co` alias for `composer outdated` and `cod` for `composer
outdated --direct`
Closes #5127
6 years ago
Michael Stucki
f6a03b2396
composer: use cache to fix slowness during startup
...
Fixes #6647
Closes #6664
6 years ago
Marc Cornellà
da8c19a076
core: fix zstyle definition of use-cache
6 years ago
Marc Cornellà
c52441b624
pygmalion: revert multiline prompt change
...
Fixes #2317
Closes #2321
6 years ago
Marc Cornellà
08cc808d71
magic-enter: define bindkey for vi mode as well
...
Closes #8906
6 years ago
Marc Cornellà
b876198575
init: silence zcompdump metadata write for invalid ZSH_COMPDUMP filenames
...
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 dd1a72696f (commitcomment-38984764)
6 years ago
Felipe Contreras
0736a3749a
gitfast: proper synchronization ( #8550 )
6 years ago
Marc Cornellà
ff987384cf
core: fix cmp invocation in BSD systems
...
BSD cmp doesn't have the option of reading from stdin, so use process
substitution instead.
6 years ago
Marc Cornellà
dd1a72696f
core: refresh zcompdump cache file in init script ( #8878 )
6 years ago
Marc Cornellà
173d4ca68f
core: move core folder to lib, for now
6 years ago
Marc Cornellà
07bcf041c0
core: add basic Oh My Zsh CLI ( #8876 )
6 years ago
Ross Goldberg
06b0276675
sdk: support completion of new commands in 5.8.0 ( #8870 )
6 years ago
Marc Cornellà
58a1a1397e
meta: add Ross Goldberg as owner of the sdk plugin
6 years ago
Ross Goldberg
373e27d805
sdk: improve sdkman completion ( #8854 )
6 years ago
tom139
c686aa3dbb
aws: fix aws_change_access_key function with awscli v2 ( #8816 )
6 years ago
Tapan Avasthi
80f669db47
jsontools: correct usage for is_json ( #8857 )
6 years ago
Marc Cornellà
2560f04982
autojump: clarify need to install it first
...
Related: #8806
6 years ago
Marc Cornellà
31eca46ee3
meta: basic CODEOWNERS file (gitfast plugin)
...
https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
6 years ago
Shahin Sorkh
54c29bbde1
composer: fix cdo alias due to command api change ( #8828 )
6 years ago
schnatterer
d53355ab38
tig: add more info in README ( #8818 )
...
For more convenient plugin exploring.
6 years ago
Marc Cornellà
d6474237b8
battery: revert battery charging symbol 1-character-width hack
...
Fixes #8804
6 years ago
Marc Cornellà
0caae9082a
lib: speed up slow parts of the lib files; other small fixes
6 years ago
Marc Cornellà
dbd16000a5
themes: fix minor syntax error
6 years ago
Monson Shao
6ad6fea52a
gnu-utils: append make to cmds ( #8794 )
...
GNU "make" is installed as "gmake" by homebrew.
6 years ago
Felix Stupp
621de1e20b
colorized-man-pages: add hooks for dman and debman commands ( #8776 )
...
* 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>
6 years ago
Marc Cornellà
2a081d6e5e
battery: remove printf usage where possible
...
Spares us of the need to quote % symbols
6 years ago
Marc Cornellà
3da469be5c
battery: fix Full battery bug on Linux; force 1-char-width on charging symbol
6 years ago
Marc Cornellà
d247f98d3e
nebirhos: use short hostname in prompt
...
Fixes #6050
6 years ago
Marc Cornellà
00f3fa2c40
keychain: define SHORT_HOST if not defined
...
Fixes problems when using the plugin via antibody or antigen.
6 years ago
Jon
bcc3ee8ce8
systemd: remove newline from systemd prompt ( #8772 )
6 years ago
glechic
4d1202c70c
git: fix markdown in README ( #8769 )
6 years ago
Marc Cornellà
8b80461e6e
history-substring-search: fixing my dumb mistake
6 years ago
Marc Cornellà
fd534eb979
history-substring-search: update to upstream version 2019-05-12
...
Updates OMZ's copy to commit 0f80b8eb3368b46e5e573c1d91ae69eb095db3fb from zsh-users/zsh-history-substring-search
6 years ago
Marc Cornellà
2a3a940a45
themes: change lstheme function to themes in $ZSH_CUSTOM in any level
...
Also sort and remove duplicates, and pipe to fmt to improve output format.
Fixes #8755
6 years ago
Jędrzej Lewandowski
6fbfc4c78b
dotenv: add agree-once improvement to confirmation prompt ( #8729 )
...
* 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>
6 years ago
Hector S
fe97382bc1
virtualenvwrapper: look in $HOME/.local/bin directory ( #8758 )
6 years ago
Dan Rose
fe5ec4fe31
direnv: change direnv to not assume path ( #8757 )
...
On Ubuntu, direnv is not installed in `/usr/local`.
6 years ago
Moritz Schwörer
6dee9f99d3
Add direnv plugin ( #8666 )
6 years ago
Mark
17be35d1d4
update path for snapd /snap/bin/* which is used by Linux systems ( #8752 )
...
Co-authored-by: mark horsfield <markhfromakron@gmail.com>
6 years ago
wurza
f400ea1e57
man: use only first element of command before prepending man ( #8747 )
...
Co-authored-by: Michael Wurzer <michael.wurzer@sequality.at>
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
6 years ago
Marc Cornellà
07e3236bc5
taskwarrior: update completion to latest version (dcdf712)
...
Fixes #8249
6 years ago
Andrew Janke
58e38155fc
autoenv: look in additional installation locations, redo logic
...
Fixes #4681
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
6 years ago
Marc Cornellà
610b2529d2
Clean up plugin READMEs and a few plugins
...
- fasd
- history
- mercurial
- pylint
- repo
- yii2
6 years ago
Christoph Bachhuber
ff6d111d79
z: add markdown Readme ( #8715 )
6 years ago
Marc Cornellà
27f4e07932
updater: use hardcoded color sequences instead of tput
6 years ago
Marc Cornellà
6ba2d9de3d
updater: use `git config` instead of `git -c` for git < v1.7.2
...
Fixes #8732
6 years ago