=== modified file 'zsh-functions/zsv_config' --- zsh-functions/zsv_config 2014-02-09 22:25:03 +0000 +++ zsh-functions/zsv_config 2014-02-09 22:19:04 +0000 @@ -1,8 +1,8 @@ if (($+zsv_mode)); then if [[ $zsv_mode == log ]]; then - zsv_dir=$0:a:h:h + zsv_dir=$PWD:h else - zsv_dir=$0:a:h + zsv_dir=$PWD fi else zsv_dir=/run/zsv/foo