Add RUSTC_WRAPPER envar and broot shell fn install
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user