is there an option to show file:line everytime echo is called? eg: set -magic_echo_option echo myvr=$myvar #assuming this is at line 19 #shows: /home/timothee/.zshrc:19 myvar=FOO if impossible what would be a workaround ? or another command that does this?