before environment

This commit is contained in:
pvincent
2026-08-16 10:02:24 +04:00
parent a9c613cdc9
commit e00855e296
+1 -4
View File
@@ -162,10 +162,7 @@ export MIAOU_BASH_DIR
for i in {/opt,$HOME}/miaou-*/tools; do [[ -d "$i" ]] && PATH=$PATH:$i; done || true
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return ;;
esac
[[ $- != *i* ]] && return
HOSTNAME=$(hostname -f)