all repos

dotfiles @ 01b6276e593093600a82330e06777bea609414d2

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"