4 lines
76 B
Bash
4 lines
76 B
Bash
# My .zshrc the core for everything
|
|
#
|
|
# Colored ls
|
|
alias ls=ls --color=auto
|