From 7054b8cc9422175e50703781aae228a49c59ad49 Mon Sep 17 00:00:00 2001 From: Tatsuro Furusawa Date: Wed, 6 Jul 2022 17:21:19 +0900 Subject: [PATCH] modify indent --- runcoms/zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/runcoms/zshrc b/runcoms/zshrc index 85a3e520..adc1a639 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -12,19 +12,19 @@ fi # Customize to your needs... if command -v direnv > /dev/null 2>&1; then - eval "$(direnv hook zsh)" + eval "$(direnv hook zsh)" fi if command -v nodenv > /dev/null 2>&1; then - eval "$(nodenv init -)" + eval "$(nodenv init -)" fi if command -v rbenv > /dev/null 2>&1; then - eval "$(rbenv init -)" + eval "$(rbenv init -)" fi if command -v pyenv > /dev/null 2>&1; then - eval "$(pyenv init --path)" + eval "$(pyenv init --path)" fi if command -v aws > /dev/null 2>&1; then