getting_started.md
... ...
@@ -23,12 +23,12 @@ To setup your terminal to automatically load the SBGrid environment, add the fol
23 23
For Bash, in **~/.bashrc**, add :
24 24
25 25
if [ -f /programs/sbgrid.shrc ] ; then
26
- source /programs/sbgrid.cshrc
26
+ source /programs/sbgrid.shrc
27 27
fi
28 28
29 29
For tcsh, in **~/.tcshrc** or **~/.cshrc**, add :
30 30
31
- if ( -e /programs/sbgrid.cshrc) then
31
+ if ( -e /programs/sbgrid.cshrc ) then
32 32
source /programs/sbgrid.cshrc
33 33
endif
34 34