all repos

dotfiles @ aeaaf27a9aeeed4ab69de09dcadda2e5b150a2ff

i use rach linux btw

dotfiles/bin/refile (view raw)

1
#!/usr/bin/env bash
2
f="$HOME/org/refile.org"
3
[ -f "$f" ] && exec $EDITOR "$f"