dotfiles/private_dot_bash_profile.tmpl

9 lines
328 B
Cheetah
Raw Normal View History

2021-08-10 10:50:48 +02:00
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
[[ -s "$HOME/.bashrc" ]] && source "$HOME/.bashrc" # Load the default .bashrc
2021-08-10 10:50:48 +02:00
export PATH="$PATH:$HOME/bin:$HOME/.local/bin:$HOME/.local/go/bin"
{{- if eq .chezmoi.os "linux" }}
export PATH="$PATH:$HOME/.local/share/nvim-linux64/bin"
{{- end }}