view .bash_profile @ 175:684370d1bf22

do the __main__ thing
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Fri, 24 Nov 2023 19:52:52 +0000
parents 12776abdbc2b
children
line wrap: on
line source

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs

unset MANPATH