diff options
Diffstat (limited to '.config/shells/funcrc')
| -rwxr-xr-x | .config/shells/funcrc | 2 |
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 "${@}" ;} + |
