Skip to content

Commit

Permalink
Define shorter dsf alias in docs
Browse files Browse the repository at this point in the history
* Shorten the docs git alias to `dsf` as per the discussion in:
  #30
  • Loading branch information
tommarshall committed Feb 10, 2016
1 parent 926f915 commit bb427e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ git config --global core.pager "diff-so-fancy | less --tabs=1,5 -R"

Or, create a git alias in your `~/.gitconfig` for shorthand fanciness:
```shell
diff-so-fancy = "!git diff --color $@ | diff-so-fancy"
dsf = "!git diff --color $@ | diff-so-fancy"
```

## Install
Expand Down

0 comments on commit bb427e8

Please sign in to comment.