summaryrefslogtreecommitdiff
path: root/.config/shells/funcrc
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2022-10-26 11:10:13 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2022-10-26 11:10:13 -0400
commit6b6e91707ecf621a0bedad154351db8f1ccc2123 (patch)
treee0bed306b683c344e3f429817b1ef04daba1c2f6 /.config/shells/funcrc
parent161a1bfb0b3e75e9f5241cd7dd8aafec455a67d5 (diff)
Working on merging to one branch
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 "${@}" ;}
+