summaryrefslogtreecommitdiffstats
path: root/extra/hunter_cd.sh
blob: 6d73be15fc56f98949347c3244fbf383e2484073 (plain)
1
2
3
4
5
6
function hunter() {
	env hunter
	test -e ~/.hunter_cwd &&
	source ~/.hunter_cwd &&
	rm ~/.hunter_cwd && cd $HUNTER_CWD
}