From 97ebbd7ba280549f23c48c0439b7c1612e056b88 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 5 May 2022 16:01:43 +0300 Subject: [PATCH] Add some bashrc files and installer --- bash_rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_rc b/bash_rc index ce61c3e..3414557 100755 --- a/bash_rc +++ b/bash_rc @@ -121,6 +121,6 @@ do # shellcheck disable=SC1090 source "${bashrc_file}" fi -done <<< "$(find "${HOME}/.bashrc.d" -type f | sort)" +done <<< "$(find "${HOME}/.bashrc.d" -type f | sort | grep -v ~$)" #[ -z "$TMUX" ] && { tmux attach || exec tmux new-session && exit;}