dotfiles
configuration files for shell, text editor, graphical environment, etc.
git clone
git://src.adamsgaard.dk/dotfiles
Log
|
Files
|
Refs
|
README
|
LICENSE
fzf-open (68B)
1
#!/bin/sh
2
setsid xdg-open "$(find . -type f | fzf)" >/dev/null 2>&1