7 lines
141 B
Bash
7 lines
141 B
Bash
#!/usr/bin/env bash
|
|
|
|
GIT_DIR="${HOME}/stuff/notes"
|
|
# notes
|
|
fn add
|
|
notify-send "fieldnotes" "$(git -C $GIT_DIR commit -m ":memo:" -- notes)"
|
|
|