Add pass wrapper to check out store

This commit is contained in:
2021-10-03 12:24:11 +02:00
parent b2b80a7ba4
commit cf12e48c41
3 changed files with 19 additions and 13 deletions

View File

@@ -73,8 +73,6 @@ alias json2yaml="python3 -c 'import sys, yaml, json; yaml.safe_dump(json.loads(s
alias currentbranch='git rev-parse --abbrev-ref HEAD'
alias pass=mypass
alias issh="ssh -o StrictHostKeyChecking=false -o UserKnownHostsFile=/dev/null"
alias gfix='git commit --amend --no-edit'
alias gfixa='git commit --amend --no-edit --all '