Add ~/.lib/bin

Made pager.sh and editor.sh accesible from anywhere in the shell. Also
made pager.sh smart in that it will use emacsclient when INSIDE_EMACS
environment variable is set.
This commit is contained in:
2015-08-15 22:49:59 -07:00
parent 64012779c1
commit 9eaf9b2832
6 changed files with 12 additions and 6 deletions

View File

@@ -49,7 +49,7 @@
# Use custom `.gitignore` and `.gitattributes`
excludesfile = ~/.gitignore
attributesfile = ~/.gitattributes
# pager = less -FXr # set with environment variable so that pager can be different when inside emacs
pager = pager.sh # set with environment variable so that pager can be different when inside emacs
[color]
# Use colors in Git commands that are capable of colored output when