Skip to content

Commit 01717c5

Browse files
authored
Added zsh note
1 parent 1953b0d commit 01717c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lessons/01_the_filesystem.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Everyone should have their Terminal (or Git BASH Terminal) window open. Using th
6060
<img src="../img/login1.png" width="700">
6161
</p>
6262

63+
> NOTE: If you are on Mac OS, your command prompt might be a `%` rather than a `$`. This is because the default shell on Mac OS is `zsh`, which uses `%` as its command prompt, and not `bash`, which uses `$` for its command prompt. While these shells are slightly different, those differences are well beyond the scope for this workshop. Once we get logged into O2, we will all be using the same shell and our command prompt will be `$`.
64+
6365
To connect to the login node on O2:
6466

6567
1. Type in the `ssh` command at the command prompt followed by a space, and then type your username (e.g. rc_training10) plus the address of the cluster `@o2.hms.harvard.edu`. There is no space between the username and the "@" symbol (see below).

0 commit comments

Comments
 (0)