Преглед изворни кода

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"