dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE

fzy-open (69B)


      1 #!/bin/sh
      2 nohup xdg-open "$(find . -type f | fzy)" >/dev/null 2>&1 &