# bash shell start script

# Use global definitions
if [ -r /etc/bashrc ]; then
	. /etc/bashrc
fi

# load bash interactive shell twiddles by John Fremlin

source ~/.bash_settings

if test ! "$PS1"; then # not interactive
	return 0
fi

pom

#stty erase ^H


