summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-03-27 09:54:35 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-03-27 09:54:35 +0100
commit024f68392300e97d04cb64160c80ce5c6bddf96e (patch)
treea84a851344da8cead6aedadb5b6e5739d95e4765 /.bashrc
parentde20f62d34e7d35213cc7e8fb864ab374766e4ea (diff)
bash: Source the setup-env script
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
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"