diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2017-03-08 05:15:31 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2017-03-08 05:15:31 +0100 |
| commit | bcc5a1d2c94213467b54cdf28ed84292c07983ab (patch) | |
| tree | 23ea65f368f081a9036ecdc8a71d10a7a6c3a507 | |
| parent | d8bd493701fb8cf833380e0ab198778e6448b2e6 (diff) | |
| download | diary-bcc5a1d2c94213467b54cdf28ed84292c07983ab.tar.gz diary-bcc5a1d2c94213467b54cdf28ed84292c07983ab.zip | |
open only the current entry in $EDITOR
| -rwxr-xr-x | diary | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ then rm ${entry}.gpg fi -eval $EDITOR $today* +eval $EDITOR ${entry}* if [ -n "$new" ] then |
