mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-22 10:39:57 +01:00
general cleanup
This commit is contained in:
parent
b8b7c9377f
commit
d83b47d314
4
zsh/env
4
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
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user