fix .zshrc: format source code

This commit is contained in:
Yuan Chiu 2025-04-23 16:42:43 +08:00
parent f904fa3f22
commit 1a2761fb4c

View File

@ -127,7 +127,7 @@ alias free='free -m' # Show sizes in
alias gitu='git add . && git commit && git push'
# overwrite ls
if command -v colorls &> /dev/null; then
if command -v colorls &> /dev/null; then
alias ls='colorls'
compdef colorls='ls'
source $(dirname $(gem which colorls))/tab_complete.sh