From f462cf28a7c65abd4e560a179aec900952117c71 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 24 Jan 2026 16:22:22 -0800 Subject: [PATCH] [zsh] Move ZSH init files to zsh/ --- zprofile => zsh/zprofile | 0 zshenv => zsh/zshenv | 0 zshrc => zsh/zshrc | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename zprofile => zsh/zprofile (100%) rename zshenv => zsh/zshenv (100%) rename zshrc => zsh/zshrc (100%) diff --git a/zprofile b/zsh/zprofile similarity index 100% rename from zprofile rename to zsh/zprofile diff --git a/zshenv b/zsh/zshenv similarity index 100% rename from zshenv rename to zsh/zshenv diff --git a/zshrc b/zsh/zshrc similarity index 100% rename from zshrc rename to zsh/zshrc