From b32d3101ac882d476ab8943e1445e1622e0dce6c Mon Sep 17 00:00:00 2001 From: Amber Date: Sun, 11 Jun 2023 08:20:44 +0200 Subject: [PATCH] zlessc --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 7c04d76..337529c 100644 --- a/.bashrc +++ b/.bashrc @@ -251,4 +251,8 @@ gitopendiffs() { vim -p `git diff --name-only 'origin/'$branch | sed 's/src\///g'` } +zlessc() { + zless -R $1 +} + export PATH=~/bin/:$PATH