mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 03:00:11 +00:00
[provisioning] always load brew path
This commit is contained in:
parent
76a4682809
commit
4c8fca645b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ case "$(uname -s)" in
|
|||
done
|
||||
if ! [ -d ~/.linuxbrew ]; then
|
||||
_run "Install brew" git clone -q https://github.com/Linuxbrew/brew.git ~/.linuxbrew
|
||||
_path "$HOME/.linuxbrew/bin:$HOME/.linuxbrew/sbin"
|
||||
fi
|
||||
_path "$HOME/.linuxbrew/bin:$HOME/.linuxbrew/sbin"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue