From ccf1e430cd638ff26ba74d209eef699ea602bb9f Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 26 Sep 2017 12:58:42 +0300 Subject: [PATCH] - Added todo shell alias (vim TODO.yml). --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index f78a1b2..ad73d9d 100644 --- a/.bashrc +++ b/.bashrc @@ -104,6 +104,7 @@ alias kpcli='kpcli --kdb ~/Documents/Database.kdbx' 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" deduce_aws_region () { AWS_DEFAULT_REGION="$(python << EOF -- GitLab