From 960a05363ae9c0b767d57405cfffe9f8a6b021cd Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 21 Feb 2026 17:11:05 -0500 Subject: refactor(zsh): Restructured common shell files Restructured common shell files to be in a utils directory. Operating System specific files are in the util/OS_NAME/ directories. --- .config/shells/funcrc | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 .config/shells/funcrc (limited to '.config/shells/funcrc') diff --git a/.config/shells/funcrc b/.config/shells/funcrc deleted file mode 100755 index b001f3f..0000000 --- a/.config/shells/funcrc +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -cdl () { cd "${@}" && ls ;} -mkc () { mkdir "${@}" && cd "${@}" ;} - -- cgit v1.2.3