From 12b8da73083150288aaf421fae67c5ef22d61ad4 Mon Sep 17 00:00:00 2001 From: Nicolai VdS Date: Fri, 22 Nov 2024 11:47:36 +0100 Subject: [PATCH] Initial commit --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .zshrc diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..0cc92b9 --- /dev/null +++ b/.zshrc @@ -0,0 +1,6 @@ +# Defaults from bash +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +alias grep='grep --color=auto' +#PS1='[\u@\h \W]\$ '