summaryrefslogtreecommitdiff
path: root/cargo-config.csh
blob: 7613473719d1fdccdef429b66b565403a1caa799 (plain)
1
2
3
4
5
# Copy cargo config from skel if it is not exist
if ( ! -e "$HOME/.cargo/config.toml" ) then
        mkdir -p $HOME/.cargo
        cp -f /etc/skel/.cargo/config.toml $HOME/.cargo
endif