From dc6b3711fabd16675629218d47bf877744c61848 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 27 Feb 2023 15:29:16 +0100 Subject: [PATCH] enable sccache for rust --- dot_config/fish/private_config.fish.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_config/fish/private_config.fish.tmpl b/dot_config/fish/private_config.fish.tmpl index bad5e66..f55d58f 100644 --- a/dot_config/fish/private_config.fish.tmpl +++ b/dot_config/fish/private_config.fish.tmpl @@ -3,6 +3,7 @@ fish_add_path /opt/homebrew/bin $HOME/.local/bin $HOME/.cargo/bin $HOME/.krew/bi fish_add_path /home/linuxbrew/.linuxbrew/bin $HOME/.local/share/JetBrains/Toolbox/scripts eval "$(brew shellenv)" {{- end }} +set -gx RUSTC_WRAPPER sccache set -gx VIRTUAL_ENV_DISABLE_PROMPT 1 set -gx PYENV_ROOT $HOME/.pyenv fish_add_path $HOME/.pyenv/bin