git.fiddlerwoaroof.com
Raw Blame History
#!/usr/bin/env zsh

local menu=(dmenu -l 15 -i)
if [[ -z "$DISPLAY" ]]; then
  menu=(fzf)
fi

"${menu[@]}"