#!/usr/bin/env bash [ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc" exec open "$(fdfind -L -t f . ~ | dmenu -l 16 "$@")"