From 024f68392300e97d04cb64160c80ce5c6bddf96e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 27 Mar 2026 09:54:35 +0100 Subject: bash: Source the setup-env script --- .bashrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index c9cd972..6b76275 100644 --- a/.bashrc +++ b/.bashrc @@ -1,6 +1,7 @@ # If not running interactively, don’t do anything [[ $- != *i* ]] && return [ -f /etc/bashrc ] && . /etc/bashrc +[ -f ~/.config/setup-env ] && . ~/.config/setup-env function __dir_search { local qry="$1" -- cgit v1.2.3