mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-12-22 05:41:51 +01:00
add cargo env source
This commit is contained in:
parent
defde7717a
commit
8fe46f33e3
2 changed files with 2 additions and 0 deletions
|
@ -6,3 +6,4 @@ export PATH="$PATH:$HOME/bin:$HOME/.local/bin:$HOME/.local/go/bin"
|
||||||
export PATH="$PATH:$HOME/.local/share/nvim-linux64/bin"
|
export PATH="$PATH:$HOME/.local/share/nvim-linux64/bin"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
|
|
@ -6,3 +6,4 @@ export LC_ALL=fr_FR.UTF-8
|
||||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||||
[ -f ~/.host.bash ] && source ~/.host.bash
|
[ -f ~/.host.bash ] && source ~/.host.bash
|
||||||
|
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
|
Loading…
Reference in a new issue