if [ "$(whoami)" != "abc" ]; then
  sudo lsiown -R $(id -u):$(id -u) \
    /opt/obsidian
fi
obsidian
