mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-21 22:18:07 +01:00
bash profile: make a template for linux diff
This commit is contained in:
parent
36d8ad6e5d
commit
07abd061fe
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
|
||||
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
|
||||
|
||||
[[ -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"
|
||||
|
||||
export PATH="$PATH:$HOME/bin:$HOME/.local/bin"
|
||||
{{- if eq .chezmoi.os "linux" }}
|
||||
export PATH="$PATH:$HOME/.local/share/nvim-linux64/bin"
|
||||
{{- end }}
|
||||
|
Loading…
Reference in a new issue