summaryrefslogtreecommitdiffstats
path: root/bashrc/dist/gentoo/common.sh
blob: 8ca2b64264515eea0ecd21a570aff454db2b884b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# NASTY HACK: somehow emerge tinkers with the environment and
# reset_screen_title is not available anymore, so we disable it before running
# emerge, and initialize it again afterwards
emerge() {
	export PROMPT_COMMAND=true
	trap true DEBUG
	/usr/bin/emerge "$@"
	init_preexec_hack
}

_load dist portdir