From dfa26525c0d15c274df8dc52dd9e2c9ee953c4b2 Mon Sep 17 00:00:00 2001 From: Michael Yockey Date: Mon, 16 Sep 2024 09:03:25 -0400 Subject: [PATCH] style: Indentation --- zsh/dot-zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index 3c1af40..f978565 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -43,9 +43,9 @@ export PATH="$HOME/go/bin:$(npm -g bin):/usr/local/sbin:$PATH" # Enable color support of ls if ls --color=auto &>/dev/null; then - alias ls='ls -p --color=auto' + alias ls='ls -p --color=auto' else - alias ls='ls -p -G' + alias ls='ls -p -G' fi for file in $HOME/.functions/*.zsh; do