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/utils/SunOS/aliasrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .config/shells/utils/SunOS/aliasrc (limited to '.config/shells/utils/SunOS') diff --git a/.config/shells/utils/SunOS/aliasrc b/.config/shells/utils/SunOS/aliasrc new file mode 100755 index 0000000..3ea7852 --- /dev/null +++ b/.config/shells/utils/SunOS/aliasrc @@ -0,0 +1,6 @@ +#!/bin/sh + +alias la="ls -Ah --color=always" +alias ls="ls -h --color=always" +alias l="ls -lAh --color=always" + -- cgit v1.2.3