From 120e2dce0bc90a76ea668285d29ef8bfdb8fec42 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 26 Mar 2021 21:08:44 +0300
Subject: [PATCH] Kill Keybase!

Closing it does nothing, many processes doing god knows what linger on.
I should try running it using bubblewrap.
---
 .bashrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.bashrc b/.bashrc
index c44436a..5554f3f 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'
-- 
GitLab