modify indent

This commit is contained in:
Tatsuro Furusawa 2022-07-06 17:21:19 +09:00
parent e35c37bd72
commit 7054b8cc94

View file

@ -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