Marc Cornellà
ce298d090b
yarn: use zsh-completions latest version (493984e)
6 years ago
Andras Svraka
56297902e9
lib: add MSYS2 support to clipboard integration ( #8542 )
6 years ago
Vlad Dmitrievich
aaa87063a2
pyenv: only run if pyenv not in $PATH ( #8462 )
...
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>
6 years ago
Aloxaf
78b07e92fd
extract: add lz4 support ( #8510 )
6 years ago
Angel_Kitty
ca627655db
Bump license year ( #8512 )
6 years ago
sinrimin
d9e64344aa
-mAdd hitokoto plugin ( #8422 )
6 years ago
Zeshan Khattak
e034030f39
Laravel artisan commands extension ( #8425 )
6 years ago
Alaa Qutaish
42d04d386d
Add kubectl all-namespaces aliases for k8s objects ( #8434 )
6 years ago
Alaa Qutaish
df55690dad
Add kubectl log since aliases ( #8448 )
6 years ago
Shaun Tabone
d5f8fac465
Feature/add dotnet plugin ( #8503 )
...
* Added dotnet CLI aliases and completions
* Modified README
6 years ago
Shaun Tabone
8ed19ab54d
Added MicroK8s plugin for ZSH ( #8499 )
...
* Added MicroK8s plugin for ZSH
* Added caching for kubectl and helm commands
* Added title in compadd and enhanced README
6 years ago
Marc Cornellà
6bac9eb103
extract: add lrz support ( #8500 )
6 years ago
khalil choudhry
b0be0439e5
Feature/ionic plugin aliases ( #8494 )
...
* Add DS_Store to gitignore
* Add ionic aliases
* Add ionic plugin readme
6 years ago
Charles Assus
016dd30f4c
New alias zwip that launch cucumber with the :wip profile ( #4111 )
...
* 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
6 years ago
Khas'Mek
d56d6dc145
Plugins: repo - add more aliases. ( #3917 )
6 years ago
Marc Cornellà
9bfcab7d10
osx: use return instead of exit in spotify function
6 years ago
Carver Schmidt
31219c0246
osx: fix exit on quit command in spotify function ( #8504 )
6 years ago
Robby Russell
cf9aa420d6
Relocating chat/twitter
...
Moving down below the intro copy so that first content to new-comers is a description of the project
6 years ago
Marc Cornellà
d99ddab0ca
codeclimate: add README
6 years ago
Marc Cornellà
c63fca8581
otp: add README and use clipcopy
6 years ago
Marc Cornellà
67b5bfaaa3
Rename some plugin READMEs for consistency
6 years ago
Marc Cornellà
8ea20fdca7
tmux-cssh: add README
6 years ago
Marc Cornellà
ca8a5a0a84
svn-fast-info: add README, reorg. plugin
6 years ago
Marc Cornellà
0c2f7514fc
sfffe: add README
6 years ago
Marc Cornellà
9655377b9e
rbfu: add README
6 years ago
Marc Cornellà
4fd2592007
paver: add README
6 years ago
Marc Cornellà
e891fbff9e
knife_ssh: small tweaks
6 years ago
Marc Cornellà
9c0ceb7a52
knife_ssh: add README
6 years ago
Marc Cornellà
132607447d
knife: add README and reformat completion file
6 years ago
Marc Cornellà
a952854c12
gnu-utils: add README, simplify plugin
6 years ago
Marc Cornellà
59930902e1
glassfish: add README
6 years ago
Marc Cornellà
7360d898d8
gas: add README
6 years ago
Marc Cornellà
38929084f9
fastfile: add README
6 years ago
ProbstDJakob
e21fbe7dff
colorize: update plugin to support less options ( #8392 )
6 years ago
lieryan
e204c596ef
Rewrite gitstatus collection to be more robust ( #7322 )
...
Fix the finicky parsing logic and just ask git the necessary information
directly.
6 years ago
Robby Russell
feaee04464
Resolving conflict in README after recent updates for colorize plugin
6 years ago
Robby Russell
674d0e1eed
Merge branch 'jjangga0214-patch-1-plugin-colorize'
6 years ago
Robby Russell
c494bbb82c
Resolving conflict in colorize patch #7742
6 years ago
Robby Russell
16ef5cca44
Update link for Pygments
...
Also moving the dependencies section up
6 years ago
Jay Tavares
1a0500b00d
Change order of automatic virtualenv activation/deactivation ( #6687 )
...
When navigating from a virtualenv project directory, first deactivate the virtualenv.
Then, check to see if destination directory is also a virtualenv project directory.
If it is activate that virtualenv. See #5817 .
6 years ago
giovanepadawan
3d6be08e71
yarn: add alias for yarn lint ( #8481 )
6 years ago
pprugger
4338a731b7
fzf: add support for FreeBSD ( #8474 )
6 years ago
Anatoli Babenia
7dddfe0a39
fasd: fix plugins name in README ( #8483 )
6 years ago
Mustaqim Malim
ad1169bf39
extract: add tar.lz support ( #8479 )
6 years ago
Filipe Nascimento
1761685d3e
extract: add zstd support ( #8469 )
6 years ago
jtagcat
664664f6cd
arcanist: clarify README ( #8461 )
6 years ago
matthewhembree
903a3e9daa
keychain: pass host as argument to keychain ( #8436 )
6 years ago
Reza Hamouleh
16154453ea
sbt: use new sbt command naming convention ( #8426 )
6 years ago
Meng Bo
6390afd6de
fzf: change debian completion file path ( #8402 )
...
* Newer Debian packages install completions file in
/usr/share/doc/fzf/examples/completion.zsh
* Default to buster/stretch path if completion file not found
See file list in order from older to newer fzf package versions:
- https://packages.debian.org/stretch-backports/amd64/fzf/filelist
- https://packages.debian.org/buster/amd64/fzf/filelist
- https://packages.debian.org/bullseye/amd64/fzf/filelist
- https://packages.debian.org/sid/amd64/fzf/filelist
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
6 years ago
Michal Bultrowicz
671d21ac53
Mention FAQ in the README ( #8051 )
6 years ago