=== removed file 'zsh-functions/zsv_check_nfsroot' --- zsh-functions/zsv_check_nfsroot 2014-05-12 12:43:05 +0000 +++ zsh-functions/zsv_check_nfsroot 1970-01-01 00:00:00 +0000 @@ -1,7 +0,0 @@ -typeset -g is_nfsroot -if ! (($+is_nfsroot)); then - grep -q 'root=/dev/nfs' /proc/cmdline - is_nfsroot=$? -fi -return $is_nfsroot -# vim: ft=zsh noet ts=4 sts=4 sw=4