From b9c4641fdd515647f070a14e06255d0a197d0dad Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Mon, 3 Jul 2017 10:12:35 +0300 Subject: [PATCH] - Added an alias for kpcli to open the database. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 71a32ac..67473bf 100644 --- a/.bashrc +++ b/.bashrc @@ -101,6 +101,7 @@ alias wifi-portal='curl --silent --fail --write-out "%{redirect_url}" --output / alias urlencode='perl -MURI::Escape -ne "chomp;print uri_escape(\$_), \"\n\""' alias urldecode='perl -MURI::Escape -ne "chomp;print uri_unescape(\$_), \"\n\""' alias transmission-remote='ssh -fNo ExitOnForwardFailure=yes xbmc.shore.co.il && transmission-remote' +alias kpcli='kpcli --kdb ~/Documents/Database.kdbx' deduce_aws_region () { AWS_DEFAULT_REGION="$(curl --silent \ -- GitLab