hunter/extra/hunter_cd.sh

7 lines
121 B
Bash
Raw Normal View History

2019-04-06 17:31:43 +02:00
function hunter() {
env hunter
test -e ~/.hunter_cwd &&
source ~/.hunter_cwd &&
rm ~/.hunter_cwd && cd $HUNTER_CWD
}