Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jotadrilo committed Jun 16, 2019
1 parent b204d75 commit ce7e845
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sudo bash -c 'cd rubbi-sh; ./install.sh'

### rubcd

This is the core functinoality. You will get a sandbox for your rubbish and will get `cd`ed to it. This sandbox will be re-created every day and will keep old ones until you reboot your device (they are stored at `/tmp` by default).
This is the core functionality. You will get a sandbox for your rubbish and will get `cd`ed to it. This sandbox will be re-created every day and will keep old ones until you reboot your device (they are stored at `/tmp` by default).

```
> jotadrilo @ ~ $ rubcd
Expand All @@ -44,7 +44,7 @@ This is the core functinoality. You will get a sandbox for your rubbish and will

> **NOTE**: During the first run, it will create a new configuration file at `$HOME/.rubbish`. Example:
> ```
> $ cat ~/.rubbish/config.json
> > jotadrilo @ ~ $ cat ~/.rubbish/config.json
> {
> "folders": [
> {
Expand Down Expand Up @@ -79,7 +79,7 @@ This helper will show the list of rubbish folders.
This helper will add a new custom rubbish folder. It will not change the working directory.
```
$ jotadrilo @ ~ $ rubadd foo
> jotadrilo @ ~ $ rubadd foo
/tmp/rubbish/foo
> jotadrilo @ ~ $ rubshow
[0] 20190613 /tmp/rubbish/20190613
Expand All @@ -96,7 +96,7 @@ This helper will delete an existing rubbish folder by number.
[0] 20190613 /tmp/rubbish/20190613
[1] 20190614 /tmp/rubbish/20190614
[2] foo /tmp/rubbish/foo
$ jotadrilo @ ~ $ rubdel 2
> jotadrilo @ ~ $ rubdel 2
> jotadrilo @ ~ $ rubshow
[0] 20190613 /tmp/rubbish/20190613
[1] 20190614 /tmp/rubbish/20190614
Expand Down

0 comments on commit ce7e845

Please sign in to comment.