summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Smith <kent@sadbeast.com>2021-12-16 13:20:36 -0600
committerKent Smith <kent@sadbeast.com>2021-12-16 13:20:36 -0600
commitbdbacd1b82c4d6ffbd5e5f258796df6a2902a56e (patch)
tree925c7e00ff6a1d1052f35d488ad28f855cb7f815
parent9612c72a1d8c230c6f3775e8e83f302ad6cf8448 (diff)
downloadcfg-bdbacd1b82c4d6ffbd5e5f258796df6a2902a56e.tar.gz
cfg-bdbacd1b82c4d6ffbd5e5f258796df6a2902a56e.tar.bz2
not sure why this stopped working
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index e505713..25bdfc0 100644
--- a/.zshrc
+++ b/.zshrc
@@ -41,7 +41,7 @@ export GPG_TTY=$(tty)
export TERM=xterm-256color
-
+alias ls='ls --color=auto'
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
[ -f $HOME/.zshrc.local ] && source $HOME/.zshrc.local