add mkcd command to zshrc

This commit is contained in:
Erin 2022-09-02 20:29:17 -04:00
parent 473b6ab7b2
commit 3828dcb79e

View file

@ -49,6 +49,7 @@ alias l='ls -CFh'
alias clip='xclip -selection clipboard' alias clip='xclip -selection clipboard'
alias copy='clip' alias copy='clip'
alias code='code -r' alias code='code -r'
function mkcd { mkdir -p $1 && cd $1 }
# Prompt stuff # Prompt stuff
setopt PROMPT_SUBST setopt PROMPT_SUBST