# -*- sh -*- # Useful variables for our ZSH environment test "x$HOSTNAME" = "x" && HOSTNAME=$(hostname) export HOSTNAME test "x$VISUAL" = "x" && VISUAL=vim export VISUAL if which sccache >/dev/null 2>/dev/null; then RUSTC_WRAPPER=$(which sccache) export RUSTC_WRAPPER fi