Initial commit

This commit is contained in:
Nicolai Van der Storm 2024-11-22 11:47:36 +01:00
commit 12b8da7308

6
.zshrc Normal file
View File

@ -0,0 +1,6 @@
# Defaults from bash
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
#PS1='[\u@\h \W]\$ '