mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
bin: add refile and today scripts
This commit is contained in:
parent
3437327b35
commit
6d656795f3
2 changed files with 5 additions and 2 deletions
3
bin/refile
Executable file
3
bin/refile
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
f="$HOME/org/refile.org"
|
||||
[ -f "$f" ] && exec $EDITOR "$f"
|
||||
Loading…
Add table
Add a link
Reference in a new issue