Marc Cornellà
bc67a55fe8
jump: fix issues in plugin and document CTRL+G key binding
...
- 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 ).
6 years ago
Umberto Nicoletti
9dffb3191d
vagrant: obey VAGRANT_CWD when completing vagrant commands ( #7219 )
6 years ago
Henry Darnell
83aa984d1a
Add dotnet watch and dotnet watch run ( #8612 )
6 years ago
Yuan Liu
f362b69df6
common-aliases: fix loading of is-at-least function ( #6215 )
6 years ago
Grégory DAVID
d88fbe625f
systemadmin: fix header line sorting in pscpu ( #6167 )
...
Inside `pscpu` and `pscpu10` aliases, remove sorting of the header line.
6 years ago
Isaac Cook
22cf7159ec
kube-ps1: add example for common pitfall ( #8318 )
...
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.
6 years ago
Petr Šabata
bfec31666a
systemd: refactor and add latest commands ( #6250 )
...
* 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>
6 years ago
Alastair Rankine
e81782ac3f
virtualenvwrapper: rewrite init script location code ( #8521 )
6 years ago
Marc Cornellà
77aa1795d2
Revert "fix: Update tmux plugin to use modern terminfo. ( #8582 )"
...
This reverts commit 69caf98cf7 .
6 years ago
Dennis Rausch
69caf98cf7
fix: Update tmux plugin to use modern terminfo. ( #8582 )
...
* fix: Update tmux plugin to use modern terminfo.
* doc: Update documentation for tmux plugin.
6 years ago
Marc Cornellà
dcffc89580
aws: fix array assignment in asp function
...
Older zsh versions require this syntax change.
Fixes #8525
6 years ago
Nikita Sharnin
05a38c8b99
lol: fix docs for yolo alias ( #8576 )
6 years ago
Babak K. Shandiz
7ff77120c1
vscode: use insiders build if stable not found ( #8568 )
...
* 🔨 Add calling VS Code Insiders
* ✏️ Update README.md
6 years ago
Jimmy Merrild Krag
4e45e12dc3
virtualenvwrapper: fix finding script on Ubuntu 19.10 ( #8451 )
6 years ago
James Wright
530056d50d
colored-man-pages: force `env` command ( #8551 )
...
Invoke `env` via `command` to ignore shell functions and aliases.
6 years ago
Marc Cornellà
ce298d090b
yarn: use zsh-completions latest version (493984e)
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 )
7 years ago
sinrimin
d9e64344aa
-mAdd hitokoto plugin ( #8422 )
7 years ago
Zeshan Khattak
e034030f39
Laravel artisan commands extension ( #8425 )
7 years ago
Alaa Qutaish
42d04d386d
Add kubectl all-namespaces aliases for k8s objects ( #8434 )
7 years ago
Alaa Qutaish
df55690dad
Add kubectl log since aliases ( #8448 )
7 years ago
Shaun Tabone
d5f8fac465
Feature/add dotnet plugin ( #8503 )
...
* Added dotnet CLI aliases and completions
* Modified README
7 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
7 years ago
Marc Cornellà
6bac9eb103
extract: add lrz support ( #8500 )
7 years ago
khalil choudhry
b0be0439e5
Feature/ionic plugin aliases ( #8494 )
...
* Add DS_Store to gitignore
* Add ionic aliases
* Add ionic plugin readme
7 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
7 years ago
Khas'Mek
d56d6dc145
Plugins: repo - add more aliases. ( #3917 )
7 years ago
Marc Cornellà
9bfcab7d10
osx: use return instead of exit in spotify function
7 years ago
Carver Schmidt
31219c0246
osx: fix exit on quit command in spotify function ( #8504 )
7 years ago
Marc Cornellà
d99ddab0ca
codeclimate: add README
7 years ago
Marc Cornellà
c63fca8581
otp: add README and use clipcopy
7 years ago
Marc Cornellà
67b5bfaaa3
Rename some plugin READMEs for consistency
7 years ago
Marc Cornellà
8ea20fdca7
tmux-cssh: add README
7 years ago
Marc Cornellà
ca8a5a0a84
svn-fast-info: add README, reorg. plugin
7 years ago
Marc Cornellà
0c2f7514fc
sfffe: add README
7 years ago
Marc Cornellà
9655377b9e
rbfu: add README
7 years ago
Marc Cornellà
4fd2592007
paver: add README
7 years ago
Marc Cornellà
e891fbff9e
knife_ssh: small tweaks
7 years ago
Marc Cornellà
9c0ceb7a52
knife_ssh: add README
7 years ago
Marc Cornellà
132607447d
knife: add README and reformat completion file
7 years ago
Marc Cornellà
a952854c12
gnu-utils: add README, simplify plugin
7 years ago
Marc Cornellà
59930902e1
glassfish: add README
7 years ago
Marc Cornellà
7360d898d8
gas: add README
7 years ago
Marc Cornellà
38929084f9
fastfile: add README
7 years ago
ProbstDJakob
e21fbe7dff
colorize: update plugin to support less options ( #8392 )
7 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.
7 years ago
Robby Russell
16ef5cca44
Update link for Pygments
...
Also moving the dependencies section up
7 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 .
7 years ago
giovanepadawan
3d6be08e71
yarn: add alias for yarn lint ( #8481 )
7 years ago