Skip to content
Snippets Groups Projects
Commit 57c11000 authored by nimrod's avatar nimrod
Browse files

- Added sudo Bash alias to expand aliases when using sudo (lifted from the Arch wiki).

parent 5375b57b
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment