Add RUSTC_WRAPPER envar and broot shell fn install
This commit is contained in:
parent
9fb4d582ce
commit
45d6cb2064
@ -1 +0,0 @@
|
||||
/home/daniel/.local/share/broot/launcher/bash/1
|
@ -1,4 +0,0 @@
|
||||
|
||||
This file tells broot the installation of the br function was done.
|
||||
If there's a problem and you want to install it again run
|
||||
broot -- install
|
@ -1,4 +1,5 @@
|
||||
# broot
|
||||
if [[ -s ~/.config/broot/launcher/bash/br ]]; then
|
||||
source ~/.config/broot/launcher/bash/br
|
||||
if (( $+commands[broot] )); then
|
||||
eval "$(broot --print-shell-function zsh)"
|
||||
broot --set-install-state installed
|
||||
fi
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user