From 6b6e91707ecf621a0bedad154351db8f1ccc2123 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Wed, 26 Oct 2022 11:10:13 -0400 Subject: Working on merging to one branch --- .config/shells/funcrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/shells/funcrc') 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 "${@}" ;} + -- cgit v1.2.3