mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-21 14:08:07 +01:00
7 lines
265 B
Cheetah
7 lines
265 B
Cheetah
[[ -s "$HOME/.cargo/env" ]] && . "$HOME/.cargo/env"
|
|
|
|
{{- if and (eq .chezmoi.os "linux") (get . "brew") }}
|
|
# Set PATH, MANPATH, etc., for Homebrew.
|
|
[[ -s "/home/linuxbrew/.linuxbrew/bin/brew" ]] && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
|
{{- end }}
|
|
|