faq-using-sbgrid-programs.md
... ...
@@ -60,12 +60,12 @@ For tcsh, edit your ~/.cshrc file to contain:
60 60
For bash,** **edit your ~/.bashrc file to contain:
61 61
```
62 62
if [ -f /programs/sbgrid.shrc ]; then
63
- . /programs/sbgrid.shrc
63
+ . /programs/sbgrid.shrc
64 64
fi
65 65
```
66 66
You may also need to create a .bash_profile with the following contents:
67 67
```
68 68
if [ -f $HOME/.bashrc ]; then
69
- . $HOME/.bashrc
70
- fi
69
+ . $HOME/.bashrc
70
+ fi
71 71
```