diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-07-14 19:09:06 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-07-14 19:09:06 -0400 |
| commit | ed4daf7429bf2580118aad87b8f3e2011efed7ec (patch) | |
| tree | 82f9d8ed68de119e5777f5ecfae9df4a92fe92b3 /.config/shells/funcrc | |
Initial commit
Diffstat (limited to '.config/shells/funcrc')
| -rwxr-xr-x | .config/shells/funcrc | 3 |
1 files changed, 3 insertions, 0 deletions
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 ;} |
