Browse Source

before environment

main
pvincent 3 weeks ago
parent
commit
e00855e296
  1. 5
      etc/bash.bashrc

5
etc/bash.bashrc

@ -162,10 +162,7 @@ export MIAOU_BASH_DIR
for i in {/opt,$HOME}/miaou-*/tools; do [[ -d "$i" ]] && PATH=$PATH:$i; done || true for i in {/opt,$HOME}/miaou-*/tools; do [[ -d "$i" ]] && PATH=$PATH:$i; done || true
# If not running interactively, don't do anything # If not running interactively, don't do anything
case $- in
*i*) ;;
*) return ;;
esac
[[ $- != *i* ]] && return
HOSTNAME=$(hostname -f) HOSTNAME=$(hostname -f)

Loading…
Cancel
Save