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

@@ -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