From fc4ab0d00cfe1a6846df671dc36a4dfc61fae8f9 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 29 Apr 2025 17:35:40 +0200 Subject: update --- .bashrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 15e7b58..1b73d7b 100644 --- a/.bashrc +++ b/.bashrc @@ -57,6 +57,7 @@ alias timer='echo "Timer started. Stop with Ctrl-D." && date && time cat && date alias fd='find . -iname' alias grep='grep -i --color' alias more='less' +alias oman='MANPAGER= man' alias vi='vim' alias view='vim -R' alias gob='go build' -- cgit v1.2.3