mirror of
https://github.com/bobwen-dev/hunter
synced 2025-04-12 00:55:41 +02:00
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
|
|
}
|