dots2/.antidote/tests/functions/t_reset

7 lines
107 B
Bash

#!/bin/zsh
#function t_reset {
0=${(%):-%x}
t_teardown
t_setup
source ${0:A:h:h:h}/antidote.zsh
#}