From 48a1b496d32bfcf125b0af682d21244f7406b129 Mon Sep 17 00:00:00 2001 From: pauljako <126326487+pauljako@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:35:52 +0200 Subject: [PATCH] Added .zshrc --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .zshrc diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..5d6e9b3 --- /dev/null +++ b/.zshrc @@ -0,0 +1,4 @@ +# My .zshrc the core for everything +# +# Colored ls +alias ls=ls --color=auto