IBM Cloud cluster

This commit is contained in:
2021-07-22 15:46:50 -04:00
parent 6f0dd1cdff
commit 5b936dce8e
11 changed files with 101 additions and 45 deletions

View File

@@ -0,0 +1,3 @@
function git-push-diff-name
git push -f origin HEAD:$argv[1]
end

View File

@@ -0,0 +1,3 @@
function qalc-update
qalc -e "$argv[1]USD to CAD"
end