mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +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
|
done
|
||||||
if ! [ -d ~/.linuxbrew ]; then
|
if ! [ -d ~/.linuxbrew ]; then
|
||||||
_run "Install brew" git clone -q https://github.com/Linuxbrew/brew.git ~/.linuxbrew
|
_run "Install brew" git clone -q https://github.com/Linuxbrew/brew.git ~/.linuxbrew
|
||||||
_path "$HOME/.linuxbrew/bin:$HOME/.linuxbrew/sbin"
|
|
||||||
fi
|
fi
|
||||||
|
_path "$HOME/.linuxbrew/bin:$HOME/.linuxbrew/sbin"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue