=== modified file 'zsh-functions/confz_fs_init' --- zsh-functions/confz_fs_init 2017-11-20 11:49:12 +0000 +++ zsh-functions/confz_fs_init 2017-11-18 22:36:28 +0000 @@ -7,7 +7,7 @@ # smartctl -i /dev/sda | while IFS=':' read foo bar; do P '***' ${${foo:l}// /_} ${bar/# #}; done fs_smartctl_probe() { - (($+smartctl_probed)) && (($smartctl_probed)) && return 0 + (($+smartctl_probed)) && (($smartctl_probed) && return 0 local dev item val rest typeset -g smartctl_probed typeset -ga smartctl_devices