diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-27 09:54:35 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-27 09:54:35 +0100 |
| commit | 024f68392300e97d04cb64160c80ce5c6bddf96e (patch) | |
| tree | a84a851344da8cead6aedadb5b6e5739d95e4765 | |
| parent | de20f62d34e7d35213cc7e8fb864ab374766e4ea (diff) | |
bash: Source the setup-env script
| -rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |