Files
dotfiles/shell-common/.config/shell-common/99_rust.sh

7 lines
102 B
Bash

# shellcheck shell=bash
# Rust stuff
if [ -f $HOME/.cargo/env ]; then
source $HOME/.cargo/env
fi