mirror of
https://github.com/notwa/rc
synced 2024-11-12 16:49:03 -08:00
load torch stuff when available
This commit is contained in:
parent
4998ceb913
commit
1fb7df7810
1 changed files with 3 additions and 0 deletions
|
@ -156,3 +156,6 @@ reload() {
|
|||
}
|
||||
|
||||
unset x
|
||||
|
||||
[ -e "/home/$USER/opt/local/bin/torch-activate" ] && \
|
||||
. "/home/$USER/opt/local/bin/torch-activate"
|
||||
|
|
Loading…
Reference in a new issue