From e30dafdb5d0faa36b34dd78b91863826a94969b0 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Thu, 25 May 2023 14:09:07 -0400 Subject: [PATCH] remove zellij and rustc wrapper --- .zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.zshrc b/.zshrc index a040b44..53f075a 100644 --- a/.zshrc +++ b/.zshrc @@ -88,9 +88,6 @@ source $(brew --prefix)/opt/zsh-vi-mode/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh export STARSHIP_CONFIG=~/.config/starship/starship.toml -export RUSTC_WRAPPER=~/.cargo/bin/sccache -export ZELLIJ_CONFIG_DIR=$HOME/.config/zellij - _bb_tasks() { local matches=(`bb tasks |tail -n +3 |cut -f1 -d ' '`) compadd -a matches