Remove aws login from bashrc #bash

This commit is contained in:
Colin Powell
2019-01-15 22:59:10 -05:00
parent e111812051
commit e9e4700344

View File

@ -116,7 +116,7 @@ passp () { pass -c personal/$1; }
passe () { pass -c elation/$1; }
#alias checkmail="notmuch search --output=files tag:deleted | tr '\n' '\0' | xargs -0 -L 1 rm && notmuch new && mbsync -Va && notmuch new"
alias el8awslogin="eval $(aws ecr get-login --no-include-email --region us-west-1)"
#alias el8awslogin="eval $(aws ecr get-login --no-include-email --region us-west-1)"
# Elixir version manager
test -s "$HOME/.kiex/scripts/kiex" && source "$HOME/.kiex/scripts/kiex"