From ed4daf7429bf2580118aad87b8f3e2011efed7ec Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Thu, 14 Jul 2022 19:09:06 -0400 Subject: Initial commit --- .config/shells/funcrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .config/shells/funcrc (limited to '.config/shells/funcrc') diff --git a/.config/shells/funcrc b/.config/shells/funcrc new file mode 100755 index 0000000..25ffd52 --- /dev/null +++ b/.config/shells/funcrc @@ -0,0 +1,3 @@ +#!/bin/sh + +cdl () { cd "${@}" && ls ;} -- cgit v1.2.3