From 1fb7df78108381719a5ca9b18c662572db7b4188 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 27 Jun 2016 04:31:37 -0700 Subject: [PATCH] load torch stuff when available --- home/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/zshrc b/home/zshrc index 210f45c..d545e21 100644 --- a/home/zshrc +++ b/home/zshrc @@ -156,3 +156,6 @@ reload() { } unset x + +[ -e "/home/$USER/opt/local/bin/torch-activate" ] && \ + . "/home/$USER/opt/local/bin/torch-activate"