no more stderr
This commit is contained in:
+2
-5
@@ -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.
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
MIAOU_BASH_DIR=/opt/miaou-bash
|
||||
export MIAOU_BASH_DIR
|
||||
|
||||
PATH=$PATH:$MIAOU_BASH_DIR/bin
|
||||
Reference in New Issue
Block a user