summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index af2240b..cae7195 100644
--- a/main.go
+++ b/main.go
@@ -76,6 +76,7 @@ func main() {
log.Info("")
okExit("")
}
+ os.Setenv("LESS", "-XR")
if err := shell.Exec([]string{"git", "diff"}); err != nil {
badExit(err)
}