long time no commit

This commit is contained in:
Simonas Narbutas
2019-10-28 09:22:11 +01:00
parent 84c6f841ce
commit 8c78170a3a
11 changed files with 2102 additions and 13 deletions

View File

@@ -70,7 +70,6 @@ cdpath=(
alias ls='ls --color=auto'
alias simit='gopass bolcom/dc/snarbutas |kinit -p snarbutas@BOLCOM.NET'
## Add pastebin support
function Paste { curl -s -d "content='$(cat ${1})'&expire=6h" -o/dev/null -w "%{redirect_url}\n" http://go-paste.service.local:8080/; }