1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-05-06 20:24:10 +02:00

Source rust cargo env when available

This commit is contained in:
2024-05-29 11:26:01 +02:00
parent b5d7771bc6
commit 78dd4a936d
+2
View File
@@ -218,3 +218,5 @@ export NVM_DIR="${HOME}/.nvm"
export QT_AUTO_SCREEN_SCALE_FACTOR=1 export QT_AUTO_SCREEN_SCALE_FACTOR=1
[ -f ~/.fzf.bash ] && source ~/.fzf.bash [ -f ~/.fzf.bash ] && source ~/.fzf.bash
[ -f ~/.cargo/env ] && . "$HOME/.cargo/env"