view .bash_profile @ 257:3ac7e5ec07f9 default tip

renamed cpython class Cdb to CCdb to avoid name conflict with cdb.Cdb
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Thu, 23 Jan 2025 12:53:28 +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