aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 6e7b651..0222c90 100644
--- a/zshrc
+++ b/zshrc
@@ -62,3 +62,7 @@ source ~/.zsh_aliases
# fzf
source ~/.zsh_fzf_key_bindings
source ~/.zsh_fzf_completion
+
+mkcd() {
+ mkdir $1 && cd $1
+}