From c67d233e35a44c7a7cdc49f57acc0514f2467328 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Thu, 22 Apr 2021 16:52:04 -0700 Subject: [PATCH] Add usage instructions to bashrc, gitconfig. --- voussoir.bashrc | 4 ++++ voussoir.gitconfig | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/voussoir.bashrc b/voussoir.bashrc index 58ecfef..c88931b 100644 --- a/voussoir.bashrc +++ b/voussoir.bashrc @@ -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. diff --git a/voussoir.gitconfig b/voussoir.gitconfig index 82b72d2..41cc0d3 100644 --- a/voussoir.gitconfig +++ b/voussoir.gitconfig @@ -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.