mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
fish/conf.d/rustup.fish: make sure file exist before sourcing
This commit is contained in:
parent
a37a68f244
commit
a0fdb4c738
1 changed files with 3 additions and 1 deletions
|
|
@ -1 +1,3 @@
|
|||
source "$HOME/.cargo/env.fish"
|
||||
if [ -f "$HOME/.cargo/env.fish" ]
|
||||
source "$HOME/.cargo/env.fish"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue