Commit e8aaab56 authored by Frank Wittig's avatar Frank Wittig Committed by 1136237
Browse files

allow . in profile names

parent de1e3c07
...@@ -37,9 +37,8 @@ function asp { ...@@ -37,9 +37,8 @@ function asp {
} }
function aws_profiles { function aws_profiles {
reply=($(grep profile $AWS_HOME/config|sed -e 's/.*profile \([a-zA-Z0-9_-]*\).*/\1/')) reply=($(grep profile $AWS_HOME/config|sed -e 's/.*profile \([a-zA-Z0-9_\.-]*\).*/\1/'))
} }
compctl -K aws_profiles asp compctl -K aws_profiles asp
if which aws_zsh_completer.sh &>/dev/null; then if which aws_zsh_completer.sh &>/dev/null; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment