# vim: ft=zsh if command-exists "bw"; then function bwsesion { export BW_SESSION="$(bw unlock --raw)" bw unlock --check bw sync } fi