Fixed a pid-checking bug in get-ssh-agent and added journal.
parent
7b8580be9c
commit
5cc5a5f563
@ -0,0 +1,6 @@
|
||||
## journal
|
||||
# A simple function to automatically select the correct journal file.
|
||||
|
||||
journal_file="$(xdg-user-dir DOCUMENTS)/journal/$(date +%F).md"
|
||||
|
||||
"$EDITOR" "$journal_file"
|
||||
Loading…
Reference in New Issue