From 6fde630c775f8f0dff2a935513753f0ff410465e Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 18 Oct 2017 16:33:09 +0300 Subject: [PATCH] - Added presentation shell alias (see https://www.shore.co.il/git/Presentation). --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 179a571..d762828 100644 --- a/.bashrc +++ b/.bashrc @@ -119,6 +119,7 @@ alias clean-swp="find \$HOME/ -name '*.swp' -delete" alias boxssh="ssh -i \$HOME/.ssh/bullguard-box_rsa -l root -p 64222" alias todo="vim \$HOME/Documents/TODO.yml" alias sudo="sudo " +alias presentation='docker run -itv "$PWD:/project" adarnimrod/presentation' deduce_aws_region () { AWS_DEFAULT_REGION="$(python << EOF -- GitLab