|
How to make a directory and |
Answered by
anki-code
May 30, 2026
Replies: 1 comment
@aliases.register
def _mkcd(path):
mkdir -vp @(path)
cd @(path)Replaces the usual mkcd projects/new-thing |
0 replies
Answer selected by
anki-code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replaces the usual
mkdir foo && cd foo: