Files
dotfiles/common/.env
Pratik Tripathy 186fb89a2d - Combined .gitignore files into one and moved to common directory
- New plugins and themes added to vim
- Copied over some useful plugins to ideavimrc
- Added docker and autosuggest plugins to zsh
2023-10-27 15:52:57 +05:30

7 lines
162 B
Bash

# Setup Shared cache for Rust
export RUSTC_WRAPPER=sccache
export SCCACHE_CACHE_SIZE="20G"
# Optout of dotnetcore telemetry
export DOTNET_CLI_TELEMETRY_OPTOUT=1