This commit is contained in:
Nicole O'Connor 2020-11-24 23:13:27 -08:00
parent 21b2f7f6ce
commit 1b42d91d5b
1 changed files with 2 additions and 0 deletions

2
modules/aliases.zsh Normal file
View File

@ -0,0 +1,2 @@
alias ls="ls --color=auto"
alias grep="grep --color=auto"