Marc Cornellà
3f245edf1b
rbenv: fix redirect in current_gemset
...
Fixes #8925
Related #4688
6 years ago
Albert Serrallé Ríos
7c9c148ec2
asdf: fix completions if ASDF_DIR is already exported ( #8538 )
6 years ago
Tvrtko Majstorović
255ef8d587
git: add alias for git diff excluding lock files ( #8935 )
6 years ago
Vinícius Picossi Teruel
10538d1105
docker: update to latest upstream completion (92dc906) ( #8835 )
6 years ago
Zhong Lufan
e675c821f2
archlinux: fix pacweb with non-English locales ( #8916 )
6 years ago
Kennith Leung
0a456cb340
vagrant: fix vagrant box autocomplete ( #8929 )
6 years ago
Mohammad Saboorian
24c2b755ca
common-aliases: fix hardcoded .zshrc path ( #5926 )
6 years ago
Stanisław
ff0d490915
git: clarify what the glp alias does ( #8850 )
6 years ago
Michael Klemm
a3ea785cf5
direnv: check if direnv is installed ( #8809 )
6 years ago
Paul Rudkin
570729f221
forklift: add support for Forklift distributed via the Setapp ( #8803 )
6 years ago
larumbe
77b409d5c2
git: add convenience aliases for `git apply` and `git am` ( #8563 )
6 years ago
David
a25efd1e31
git: exclude devel branch from list in gbda alias ( #8957 )
6 years ago
wurza
25d0b2dfbd
man: look for man page for subcommands ( #8798 )
6 years ago
Mikael Andersson Wigander
d8f674cc8e
git: exclude 'development' in gdba alias ( #8902 )
6 years ago
Dmitry
31c2dc32c2
jira: add tempo command ( #8928 )
6 years ago
R Max Espinoza
9050ed34d1
pipenv: fix error when Pipfile is not a file ( #8931 )
6 years ago
Will Mendes
8b51d17c46
frontend-search: add packagephobia ( #8908 )
6 years ago
Marc Cornellà
4012df8fbb
bundler: add alias for bundle add
...
Fixes #8892
6 years ago
Emanuel Alarcón
3e14fdd6b4
bundler: add alias for bundle check ( #5000 )
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à
08cc808d71
magic-enter: define bindkey for vi mode as well
...
Closes #8906
6 years ago
Felipe Contreras
0736a3749a
gitfast: proper synchronization ( #8550 )
6 years ago
Ross Goldberg
06b0276675
sdk: support completion of new commands in 5.8.0 ( #8870 )
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
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à
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à
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