commit: 4e68227b468d5f300222d5bac4337febc473c618
parent 46288e25336d85024bc474a45a9d6b3dc87b6d9b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 12 Mar 2021 06:38:48 +0100
.common.sh: Let's try to fight ChAoS in the tilde
Diffstat:
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/.common.sh b/.common.sh
@@ -166,6 +166,17 @@ wstart() {
exit
}
+mkcd() {
+ mkdir -p "$1"
+ cd "$1"
+}
+
+h() {
+ mkcd "${HOME}/tmp/$(date +%Y-%m)"
+}
+
# startup
stty sane # I can haz urandom
+
+h