From a15a8628b34cd282901ee85934ce30bc4eaf140f Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Thu, 8 Jun 2017 14:14:05 +0200 Subject: [PATCH] rust backtrace enabled by default --- zsh/exports.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/exports.zsh b/zsh/exports.zsh index 321d987..92422c4 100644 --- a/zsh/exports.zsh +++ b/zsh/exports.zsh @@ -36,4 +36,6 @@ if [ -d /opt/go/bin ]; then export PATH=$PATH:$GOROOT/bin fi +# for rust +export RUST_BACKTRACE=1