소스 검색

Remove aws login from bashrc #bash

Colin Powell 6 년 전
부모
커밋
e9e4700344
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bash/.bashrc

+ 1 - 1
bash/.bashrc

@@ -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"