From 1de096071efbcd05642652d5e7123487e9ca008f Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Thu, 26 Sep 2024 17:03:28 +0000 Subject: [PATCH] save --- zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 4921aeb..e14abeb 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -40,5 +40,9 @@ git commit -m "$1" git push } +function take() { + mkdir $1 && cd $1 +} + # Motd logic clear; cal; cat ~/.motd