Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #22 from royassaly/royassaly-patch-1
Browse files Browse the repository at this point in the history
Fix aliases link typo in README.md
  • Loading branch information
donnemartin committed Apr 19, 2016
2 parents d527092 + 219c539 commit 3855e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -569,7 +569,7 @@ We'll come back to the details of that later, but for now, just download the fil
$ cd ~
$ curl -O https://raw.githubusercontent.com/donnemartin/dev-setup/master/.bash_profile
$ curl -O https://raw.githubusercontent.com/donnemartin/dev-setup/master/.bash_prompt
$ curl -O https://raw.githubusercontent.com/donnemartin/mac-dev-setup/master/.aliases
$ curl -O https://raw.githubusercontent.com/donnemartin/dev-setup/master/.aliases

With that, open a new terminal tab (Cmd+T) and see the change! Try the list commands: `ls`, `ls -lh` (aliased to `ll`), `ls -lha` (aliased to `la`).

Expand Down

0 comments on commit 3855e31

Please sign in to comment.