diff --git a/.bashrc b/.bashrc index c44436a4b88ca65de861e0ada3306f65b9ac5322..5554f3ff320650017c22c66e83c8161f54b2eda1 100644 --- a/.bashrc +++ b/.bashrc @@ -93,6 +93,7 @@ alias hostlocal='docker run --rm --privileged --net=host gliderlabs/hostlocal' alias http-server='python3 -m http.server 8080' alias httpbin='gunicorn httpbin:app --bind 0.0.0.0:8080' alias jjb='jenkins-jobs' +alias killkeybase='pgrep --full keybase | xargs -rt kill' alias kpcli='kpcli --kdb ~/Documents/Database.kdbx' alias l='ls -F' alias la='ls -AF'