Last active
October 18, 2018 02:12
-
-
Save soyfrien/c60ac847db5adf325faff09e965e4d85 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #SETUP AFNI and SUMA | |
| export PATH=$PATH:/opt/afni | |
| if [ ! -f ~/.afnirc ]; then | |
| cp /opt/afni/AFNI.afnirc ~/.afnirc | |
| fi | |
| #END AFNI/SUMA SETUP |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Append the above to your
~/bash.rc, for example, using wget: