- 14 Dec, 2020 2 commits
-
-
Marc Cornellà authored
-
Patrick Harrison authored
"shuf" is not a standard command on MacOS and requires installation of the brew coreutils package
-
- 13 Dec, 2020 2 commits
-
-
Matt Lewin authored
-
Aaron Toponce authored
-
- 12 Dec, 2020 1 commit
-
-
Aaron Toponce authored
-
- 11 Dec, 2020 1 commit
-
-
Marc Cornellà authored
Antigen doesn't call `compinit` until the user prompt is about to be shown, which means `_cache_invalid` isn't automatically autoloaded. This patch fixes that, though we should work towards a better caching mechanism. Fixes #9490
-
- 10 Dec, 2020 1 commit
-
-
Marc Cornellà authored
-
- 09 Dec, 2020 3 commits
-
-
Marc Cornellà authored
-
Rohit Goswami authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Mark Mercado authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
- 08 Dec, 2020 1 commit
-
-
Joseph Heyburn authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
- 07 Dec, 2020 2 commits
-
-
ratijas authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Veesar authored
-
- 05 Dec, 2020 1 commit
-
-
赵崇延 authored
-
- 03 Dec, 2020 1 commit
-
-
Stimim Chen authored
check_output() in get_tagname_or_hash() returns bytes instead of str in python3. Decode the return value to utf-8, this works in both python2 and python3. Co-authored-by: Stimim Chen <stimim@google.com>
-
- 26 Nov, 2020 1 commit
-
-
Marc Cornellà authored
-
- 25 Nov, 2020 1 commit
-
-
Marc Cornellà authored
-
- 22 Nov, 2020 1 commit
-
-
Eugéne Roux authored
-
- 20 Nov, 2020 2 commits
-
-
Mohamed El Mouctar Haidara authored
-
Septs authored
-
- 19 Nov, 2020 2 commits
-
-
Felipe Contreras authored
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-
Roman Danyk authored
-
- 12 Nov, 2020 2 commits
-
-
ratijas authored
-
Alisson B. Santos authored
-
- 11 Nov, 2020 2 commits
-
-
Subhaditya Nath authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Rob Vadai authored
-
- 10 Nov, 2020 3 commits
-
-
Marc Cornellà authored
* fix(aws): don't duplicate aws_prompt_info function in RPROMPT * refactor(aws): clean up logic in acp function and fix session duration input Fixes #9409
-
Nacho González-Garilleti authored
Add a description about adding thefuck to the plugins list
-
aimuz authored
Returns the battery charge consistent with the system battery manager
-
- 09 Nov, 2020 1 commit
-
-
Elyézer Rezende authored
Be consistent and ignore contents of `.git` directory no matter how FZF_DEFAULT_COMMAND is set.
-
- 04 Nov, 2020 1 commit
-
-
Maksym authored
Previously, the plugin only supported MFA for profiles that had a role to assume, specified in role_arn. Now, the plugin supports MFA for profiles without a role to assume. Closes #9408 * refactor(aws plugin): remove dependency on jq Previously, acp command relied on jq. Now that dependency has been removed, as well as some linter suggestions implemented.
-
- 29 Oct, 2020 3 commits
- 27 Oct, 2020 1 commit
-
-
Felipe Contreras authored
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-
- 24 Oct, 2020 3 commits
-
-
Maksym authored
* Added role delegation support and MFA support as per IAM Best Practices * fix: grep with color enabled breaks profile parsing * fix: compatible with MacOS basic sed * docs: Added jq as a dependency * feat: added variable session duration, if the role to be assumed permits it. * bug: incorrect assigment for session length * fix: profile extraction failed with some versions of sed Fixed the issue that resulted from merging upstream changes to allow "." in the profile name * fix: broken profile parsing when profile name contains "@"
-
Felipe Contreras authored
So that compdefs with dashes work as well as underscores: compdef _git gc=git_commit Or: compdef _git gc=git-commit The official Zsh Git completion uses dashes, and this way people don't have to change their existing definitions. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-
Felipe Contreras authored
-
- 21 Oct, 2020 2 commits
-
-
Marc Cornellà authored
Fixes #9366
-