summaryrefslogtreecommitdiff
path: root/.config/shells/funcrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/shells/funcrc')
-rwxr-xr-x.config/shells/funcrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/shells/funcrc b/.config/shells/funcrc
index 25ffd52..b001f3f 100755
--- a/.config/shells/funcrc
+++ b/.config/shells/funcrc
@@ -1,3 +1,5 @@
#!/bin/sh
cdl () { cd "${@}" && ls ;}
+mkc () { mkdir "${@}" && cd "${@}" ;}
+