commit 12b8da73083150288aaf421fae67c5ef22d61ad4 Author: Nicolai VdS Date: Fri Nov 22 11:47:36 2024 +0100 Initial commit 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]\$ '