dotfiles/private_dot_profile.tmpl

13 lines
430 B
Cheetah
Raw Normal View History

2021-08-10 10:50:48 +02:00
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
[[ -s "$HOME/.cargo/env" ]] && . "$HOME/.cargo/env"
2023-02-01 21:28:16 +01:00
2023-02-04 16:38:07 +01:00
{{- if eq .chezmoi.os "linux" }}
2023-02-01 21:28:16 +01:00
# Set PATH, MANPATH, etc., for Homebrew.
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
2023-02-04 16:38:07 +01:00
{{- end }}
2023-02-01 21:28:16 +01:00