summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorsadbeast <sadbeast@sadbeast.com>2023-07-22 14:31:55 -0700
committersadbeast <sadbeast@sadbeast.com>2023-07-22 14:31:55 -0700
commit75bda24fcc04c6d88b857e6f6b72c5a81e34666f (patch)
tree2837431be239e2ecf7d228b44a74f243b680f56e /.zshrc
parentc8695b1e3194d0f54cd22b7f11afdbeaf2434c15 (diff)
downloadcfg-75bda24fcc04c6d88b857e6f6b72c5a81e34666f.tar.gz
cfg-75bda24fcc04c6d88b857e6f6b72c5a81e34666f.tar.bz2
removing cruft
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
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)"