mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 06:28:08 +01:00
linux: fix linuxbrew setup
This commit is contained in:
parent
07abd061fe
commit
32d88634ee
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ export PATH="$PATH:$HOME/.rvm/bin"
|
||||||
|
|
||||||
{{- if eq .chezmoi.os "linux" }}
|
{{- if eq .chezmoi.os "linux" }}
|
||||||
# Set PATH, MANPATH, etc., for Homebrew.
|
# Set PATH, MANPATH, etc., for Homebrew.
|
||||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
[[ -s "/home/linuxbrew/.linuxbrew/bin/brew" ]] && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue