added restic wrapper
This commit is contained in:
parent
adbbee208a
commit
cb5d545d8d
@ -1,5 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
function restic(){
|
||||||
|
source $HOME/.restic/restic.env
|
||||||
|
/usr/bin/restic --cacert="$HOME"/.restic/cert.pem "$@"
|
||||||
|
}
|
||||||
|
|
||||||
function kube_gbt(){
|
function kube_gbt(){
|
||||||
export GBT_CARS='OS, Custom4, Git, Kubectl, Dir, Custom1, Custom2, Custom3, PyVirtEnv, Status, Sign'
|
export GBT_CARS='OS, Custom4, Git, Kubectl, Dir, Custom1, Custom2, Custom3, PyVirtEnv, Status, Sign'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user