]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
.gitconfig: remove core.pager and pass -FRSX in env
[dotfiles.git] / .shellrc
index 50dfa870935e741d1bb3f71239a19975e05c82db..e6ae4205771cbd7de715a179cee54d4c6cb984a7 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -137,6 +137,8 @@ include()
 }
 
 
 }
 
 
+function git {
+   LESS=FRSX"$LESS" command git "$@"
 }
 
 
 }