mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
- New plugins and themes added to vim - Copied over some useful plugins to ideavimrc - Added docker and autosuggest plugins to zsh
7 lines
162 B
Bash
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
|