detox 3.0.1
~/.config/detox
├── detoxrc
└── custom.tbl
detoxrc:
# ...
sequence "custom" {
safe {
filename "~/.config/detox/custom.tbl";
};
};
detox: unable to parse file: "~/.config/detox/custom.tbl"
None of the following worked:
~/.config/detox/custom.tbl
$HOME/.config/detox/custom.tbl
/home/$USER/.config/detox/custom.tbl
./custom.tbl
Only /home/user/.config/detox/custom.tbl did.