retake zsh func
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user