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

- Added an alias for kpcli to open the database.

parent 90894784
No related branches found
No related tags found
No related merge requests found
...@@ -101,6 +101,7 @@ alias wifi-portal='curl --silent --fail --write-out "%{redirect_url}" --output / ...@@ -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 urlencode='perl -MURI::Escape -ne "chomp;print uri_escape(\$_), \"\n\""'
alias urldecode='perl -MURI::Escape -ne "chomp;print uri_unescape(\$_), \"\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 transmission-remote='ssh -fNo ExitOnForwardFailure=yes xbmc.shore.co.il && transmission-remote'
alias kpcli='kpcli --kdb ~/Documents/Database.kdbx'
deduce_aws_region () { deduce_aws_region () {
AWS_DEFAULT_REGION="$(curl --silent \ AWS_DEFAULT_REGION="$(curl --silent \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment