[18:12] anyone know if bash has a mode to warn or err on use of an unused var when in interactive mode? [18:14] I'm not aware of any warnings of bash for non-interactive mode [18:14] let alone interactive [18:16] https://stackoverflow.com/questions/41020844/how-can-i-make-bash-treat-undefined-variables-as-errors [18:26] set -u [18:26] i should just always role with set -u