# System-wide .bashrc file for interactive bash(1) shells. # To enable the settings / commands in this file for login shells as well, # this file has to be sourced in /etc/profile. # If not running interactively, don't do anything [ -z "${PS1-}" ] && return #For ble.sh (only color terminals) case "$TERM" in xterm-color|*-256color) [[ $- == *i* ]] && source /etc/custom/blesh/ble.sh --noattach --rcfile /etc/custom/blesh/blesh.conf ;; esac