From d30067ef4b6bbbe7f6dbda8d23778e98bc7bfc6d Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 16 Sep 2024 10:43:13 -0500 Subject: [PATCH] bashrc | add call to check-nix --- home/common/files/bash/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/common/files/bash/bashrc b/home/common/files/bash/bashrc index a248f53..827104a 100755 --- a/home/common/files/bash/bashrc +++ b/home/common/files/bash/bashrc @@ -103,6 +103,7 @@ then shopt -s extglob shopt -s histappend shopt -s histreedit + ~/bin/check-nic PAGER=less LESS="-Rs"