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:
@@ -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
|
||||
|
Reference in New Issue
Block a user