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
|
# broot
|
||||||
if [[ -s ~/.config/broot/launcher/bash/br ]]; then
|
if (( $+commands[broot] )); then
|
||||||
source ~/.config/broot/launcher/bash/br
|
eval "$(broot --print-shell-function zsh)"
|
||||||
|
broot --set-install-state installed
|
||||||
fi
|
fi
|
||||||
|
@ -31,6 +31,10 @@ if (( $+commands[fd] )); then
|
|||||||
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
|
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if (( $+commands[sccache] )); then
|
||||||
|
export RUSTC_WRAPPER="$(which sccache)"
|
||||||
|
fi
|
||||||
|
|
||||||
# Local environment
|
# Local environment
|
||||||
if [[ -s ~/.zshenv.local ]]; then
|
if [[ -s ~/.zshenv.local ]]; then
|
||||||
source ~/.zshenv.local
|
source ~/.zshenv.local
|
||||||
|
Loading…
x
Reference in New Issue
Block a user