From d83b47d314b00304ac303f5165654a43d781d0da Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Sun, 20 Feb 2022 17:40:01 +0100 Subject: [PATCH] general cleanup --- zsh/env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/env b/zsh/env index 1c2fd3f..de7d973 100644 --- a/zsh/env +++ b/zsh/env @@ -25,7 +25,7 @@ fi # if test -d "/opt/homebrew/"; then - export PATH="/opt/homebrew/bin/:$PATH" + export PATH="/opt/homebrew/bin:$PATH" eval "$(/opt/homebrew/bin/brew shellenv)" fi @@ -69,7 +69,7 @@ if test -d "$homebrew_opt/ruby"; then fi if test -d "/usr/local/sbin"; then - export PATH="/usr/local/sbin:$PATH" + export PATH="/usr/local/sbin:$PATH" fi #