Commit b7b453c3 authored by Adar Nimrod's avatar Adar Nimrod
Browse files

- Added cdtemp alias (cd to a temp directory).

parent 1468dbed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ alias ecr-login='eval $(aws ecr get-login)'
alias hostlocal='docker run --rm --privileged --net=host gliderlabs/hostlocal'
alias apt-daily='sudo apt update && sudo apt dist-upgrade --download-only --yes && sudo apt autoclean'
alias docker-build='docker build -t "$(basename $PWD)" ./'
alias cdtemp='cd $(mktemp -d)'

deduce-aws-region () {
    export AWS_DEFAULT_REGION="$(curl --silent \