Add RUSTC_WRAPPER envar and broot shell fn install

This commit is contained in:
2023-04-20 14:41:18 -05:00
parent 9fb4d582ce
commit 45d6cb2064
4 changed files with 7 additions and 7 deletions

View File

@@ -31,6 +31,10 @@ if (( $+commands[fd] )); then
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
fi
if (( $+commands[sccache] )); then
export RUSTC_WRAPPER="$(which sccache)"
fi
# Local environment
if [[ -s ~/.zshenv.local ]]; then
source ~/.zshenv.local