From 57c110002a319e2d583f96433cca3728964f4c9b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 17 Oct 2017 13:38:09 +0300 Subject: [PATCH] - Added sudo Bash alias to expand aliases when using sudo (lifted from the Arch wiki). --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index b3c999f..179a571 100644 --- a/.bashrc +++ b/.bashrc @@ -118,6 +118,7 @@ alias gen-mac="hexdump -n5 -e '\"02\" 5/1 \":%02X\" \"\\n\"' /dev/urandom" 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 " deduce_aws_region () { AWS_DEFAULT_REGION="$(python << EOF -- GitLab