all repos

dotfiles @ aeaaf27

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"