fieldnotes ftw
This commit is contained in:
parent
2adeb96fa9
commit
5333be3ef1
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
GIT_DIR="${HOME}/stuff/notes"
|
GIT_DIR="${HOME}/stuff/notes"
|
||||||
notes
|
# notes
|
||||||
notify-send "$(git -C $GIT_DIR commit -m ":memo:" -- notes)"
|
fn add
|
||||||
|
notify-send "fieldnotes" "$(git -C $GIT_DIR commit -m ":memo:" -- notes)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue