no more stderr

This commit is contained in:
pvincent
2026-08-16 10:02:24 +04:00
parent e00855e296
commit 3abbfd976a
9 changed files with 43 additions and 21 deletions
+2 -5
View File
@@ -152,8 +152,8 @@ function __vte_urlencode {
### MAIN
###------
MIAOU_BASH_DIR=/opt/miaou-bash
export MIAOU_BASH_DIR
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
## Add path for TOOLBOX if any
[[ -d "/TOOLBOX" ]] && PATH=$PATH:/TOOLBOX || true
@@ -161,9 +161,6 @@ export MIAOU_BASH_DIR
# Add path to any tools folder in /opt/miaou-*
for i in {/opt,$HOME}/miaou-*/tools; do [[ -d "$i" ]] && PATH=$PATH:$i; done || true
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
HOSTNAME=$(hostname -f)
# don't put duplicate lines or lines starting with space in the history.
+4
View File
@@ -0,0 +1,4 @@
MIAOU_BASH_DIR=/opt/miaou-bash
export MIAOU_BASH_DIR
PATH=$PATH:$MIAOU_BASH_DIR/bin