retake zsh func

This commit is contained in:
2024-10-24 21:31:03 -04:00
parent c3402e5390
commit 28c47d4455
2 changed files with 10 additions and 7 deletions

View File

@@ -44,6 +44,9 @@ function qs() {
function take() {
mkdir $1 && cd $1
}
function retake() {
rm -rf $1 && mkdir $1 && cd $1
}
# Motd logic
clear; cal; cat ~/.motd