From 4425de46c097c19fc725b07f3546b283c4ba73f7 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 14 Dec 2017 13:25:00 +0200
Subject: [PATCH] Colored output from less.

---
 .bashrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.bashrc b/.bashrc
index 38ff450..26038cd 100644
--- a/.bashrc
+++ b/.bashrc
@@ -204,6 +204,7 @@ if [ -x /usr/bin/dircolors ]; then
     alias grep='grep --color=auto'
     alias diff='diff --color=auto'
     alias ip='ip -color'
+    alias less='less --raw-control-chars'
 fi
 
 prune_prerun
-- 
GitLab