Add usage instructions to bashrc, gitconfig.

This commit is contained in:
voussoir 2021-04-22 16:52:04 -07:00
parent 68a45ab344
commit c67d233e35
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB
2 changed files with 9 additions and 0 deletions

View file

@ -13,3 +13,7 @@ alias copy=cp
alias md=mkdir
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.

View file

@ -16,3 +16,8 @@
algorithm = histogram
[gui]
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.