Add usage instructions to bashrc, gitconfig.
This commit is contained in:
parent
68a45ab344
commit
c67d233e35
2 changed files with 9 additions and 0 deletions
|
@ -13,3 +13,7 @@ alias copy=cp
|
||||||
alias md=mkdir
|
alias md=mkdir
|
||||||
|
|
||||||
bind TAB:menu-complete
|
bind TAB:menu-complete
|
||||||
|
|
||||||
|
# In the user's .bashrc file, include this line at the top:
|
||||||
|
# [[ -r ~/git/cmd/voussoir.bashrc ]] && . ~/git/cmd/voussoir.bashrc
|
||||||
|
# and put additional configuration below.
|
||||||
|
|
|
@ -16,3 +16,8 @@
|
||||||
algorithm = histogram
|
algorithm = histogram
|
||||||
[gui]
|
[gui]
|
||||||
diffopts = --patience
|
diffopts = --patience
|
||||||
|
|
||||||
|
# In the user's .gitconfig file, inclue these lines at the top:
|
||||||
|
# [include]
|
||||||
|
# path = ~/git/cmd/voussoir.gitconfig
|
||||||
|
# and put additional configuration below.
|
||||||
|
|
Loading…
Reference in a new issue