#!/bin/sh set -eu CONFIG_PATH="$XDG_CONFIG_HOME/fzy-bookmark" exec cat "$CONFIG_PATH" | sed -e "s|~|$HOME|g" | fzy | xargs -r nvim