mirror of https://github.com/bobwen-dev/hunter
7 lines
121 B
Bash
7 lines
121 B
Bash
![]() |
function hunter() {
|
||
|
env hunter
|
||
|
test -e ~/.hunter_cwd &&
|
||
|
source ~/.hunter_cwd &&
|
||
|
rm ~/.hunter_cwd && cd $HUNTER_CWD
|
||
|
}
|