From 5b4fd4bfabfbc291c75ac31d99d92b313e934200 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 12 Sep 2019 15:38:33 +0200 Subject: [PATCH] rust backtrace full --- zsh/exports.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/exports.zsh b/zsh/exports.zsh index 674b86f..d89824d 100644 --- a/zsh/exports.zsh +++ b/zsh/exports.zsh @@ -24,5 +24,5 @@ fi export WINEDEBUG=-all # for rust -export RUST_BACKTRACE=1 +export RUST_BACKTRACE=full