From 1a2761fb4cf1b9d44a9483a5acb712f8c6f8875c Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Wed, 23 Apr 2025 16:42:43 +0800 Subject: [PATCH] fix .zshrc: format source code --- dot_zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zshrc b/dot_zshrc index c9d75e2..b0312aa 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -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