all repos

dotfiles @ dfd841d36ff4b69ad27389e22268430237b5c84b

i use rach linux btw

dotfiles/bin/refile (view raw)

Smirnov Oleksandr Smirnov Oleksandr
ss2316544@gmail.com
bin: add refile and today scripts, 1 year ago
1
#!/usr/bin/env bash
2
f="$HOME/org/refile.org"
3
[ -f "$f" ] && exec $EDITOR "$f"