mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 09:24:17 +01:00
Add some missing colons to commands.md
This commit is contained in:
parent
3ad9b4801b
commit
4f1d34ba93
@ -22,10 +22,10 @@ Note that "renaming" files is the same as moving them from one location to anoth
|
||||
|
||||
## Switching Directories
|
||||
|
||||
- Go up one directory `..`
|
||||
- Go up two directories `...`
|
||||
- Go to the home directory `~` OR simply `cd` with no parameters
|
||||
- Go to dirname `dirname`
|
||||
- Go up one directory: `..`
|
||||
- Go up two directories: `...`
|
||||
- Go to the home directory: `~` OR simply `cd` with no parameters
|
||||
- Go to dirname: `dirname`
|
||||
|
||||
Note that for all of the above, `cd` is not required.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user