From 75bda24fcc04c6d88b857e6f6b72c5a81e34666f Mon Sep 17 00:00:00 2001 From: sadbeast Date: Sat, 22 Jul 2023 14:31:55 -0700 Subject: removing cruft --- .zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index f37b150..f8f7b77 100644 --- a/.zshrc +++ b/.zshrc @@ -79,6 +79,7 @@ export GPG_TTY=$(tty) export TERM=xterm-256color alias config='git --git-dir=$HOME/.cfg/ --work-tree=$HOME' +alias ls='ls --color=always' [ -f $HOME/.zshrc.local ] && source $HOME/.zshrc.local eval "$(starship init zsh)" -- cgit v1.2.3