mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-24 01:37:27 +08:00
Compare commits
No commits in common. "39c79493feb71da4ba3b69eb82229804b27209cc" and "d05544562532fdf4d5f4a4d4eba01f4263e17cc7" have entirely different histories.
39c79493fe
...
d055445625
7
.github/CODEOWNERS
vendored
7
.github/CODEOWNERS
vendored
@ -1,5 +1,4 @@
|
|||||||
# Plugin owners
|
# Plugin owners
|
||||||
plugins/aws/ @maksyms
|
plugins/gitfast/ @felipec
|
||||||
plugins/git-lfs/ @vietduc01100001
|
plugins/sdk/ @rgoldberg
|
||||||
plugins/gitfast/ @felipec
|
plugins/git-lfs/ @vietduc01100001
|
||||||
plugins/sdk/ @rgoldberg
|
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest a feature for Oh My Zsh
|
about: Suggest a feature for Oh My Zsh
|
||||||
labels: 'Feature'
|
labels: 'feature'
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/support.md
vendored
2
.github/ISSUE_TEMPLATE/support.md
vendored
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Support
|
name: Support
|
||||||
about: Request support for any problem you're having with Oh My Zsh
|
about: Request support for any problem you're having with Oh My Zsh
|
||||||
labels: 'Support'
|
labels: 'support'
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -61,7 +61,7 @@ function asp() {
|
|||||||
else
|
else
|
||||||
aws_access_key_id="$(aws configure get aws_access_key_id --profile $1)"
|
aws_access_key_id="$(aws configure get aws_access_key_id --profile $1)"
|
||||||
aws_secret_access_key="$(aws configure get aws_secret_access_key --profile $1)"
|
aws_secret_access_key="$(aws configure get aws_secret_access_key --profile $1)"
|
||||||
aws_session_token="$(aws configure get aws_session_token --profile $1)"
|
aws_session_token=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export AWS_DEFAULT_PROFILE=$1
|
export AWS_DEFAULT_PROFILE=$1
|
||||||
|
|||||||
@ -6,8 +6,7 @@ alias cless="colorize_less"
|
|||||||
ZSH_COLORIZE_PLUGIN_PATH=$0:A
|
ZSH_COLORIZE_PLUGIN_PATH=$0:A
|
||||||
|
|
||||||
colorize_check_requirements() {
|
colorize_check_requirements() {
|
||||||
local -a available_tools
|
local available_tools=("chroma" "pygmentize")
|
||||||
available_tools=("chroma" "pygmentize")
|
|
||||||
|
|
||||||
if [ -z "$ZSH_COLORIZE_TOOL" ]; then
|
if [ -z "$ZSH_COLORIZE_TOOL" ]; then
|
||||||
if (( $+commands[pygmentize] )); then
|
if (( $+commands[pygmentize] )); then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user