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/cpwdrc | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 .config/shells/cpwdrc (limited to '.config/shells/cpwdrc') diff --git a/.config/shells/cpwdrc b/.config/shells/cpwdrc deleted file mode 100755 index d3b9ec4..0000000 --- a/.config/shells/cpwdrc +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -## Collapsed Directory -_collapsed_pwd() { - pwd | perl -pe ' - BEGIN { - binmode STDIN, ":encoding(UTF-8)"; - binmode STDOUT, ":encoding(UTF-8)"; - }; s|^$ENV{HOME}|~|g; s|/([^/.])[^/]*(?=/)|/$1|g; s|/\.([^/])[^/]*(?=/)|/.$1|g -' -} -- cgit v1.2.3