From 9e34a91e4ef5a3b2d82a57611df7d0d5c653ca05 Mon Sep 17 00:00:00 2001 From: Luminiferous Date: Sun, 8 Feb 2026 11:44:05 +0100 Subject: [PATCH] Added initial .zshrc --- .zshrc | 1 + README.md | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 .zshrc delete mode 100644 README.md diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..875e9f0 --- /dev/null +++ b/.zshrc @@ -0,0 +1 @@ +export ZSH=$HOME/.config/zsh diff --git a/README.md b/README.md deleted file mode 100644 index e8cd2c3..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# Luminiferous Dotfiles - -All dotfiles are in their respective Branches. -Pull with `git clone -b --single-branch https://git.luminiferous.eu/Luminiferous/dotfiles.git` \ No newline at end of file