1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 09:07:12 -07:00

load torch stuff when available

This commit is contained in:
Connor Olding 2016-06-27 04:31:37 -07:00
parent 4998ceb913
commit 1fb7df7810

View File

@ -156,3 +156,6 @@ reload() {
}
unset x
[ -e "/home/$USER/opt/local/bin/torch-activate" ] && \
. "/home/$USER/opt/local/bin/torch-activate"