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

Kill Keybase!

Closing it does nothing, many processes doing god knows what linger on.
I should try running it using bubblewrap.
parent 2f90ecce
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment