Skip to content

Commit bb427e8

Browse files
committed
Define shorter dsf alias in docs
* Shorten the docs git alias to `dsf` as per the discussion in: #30
1 parent 926f915 commit bb427e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ git config --global core.pager "diff-so-fancy | less --tabs=1,5 -R"
2626

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

3232
## Install

0 commit comments

Comments
 (0)