aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2017-03-08 05:15:31 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2017-03-08 05:15:31 +0100
commitbcc5a1d2c94213467b54cdf28ed84292c07983ab (patch)
tree23ea65f368f081a9036ecdc8a71d10a7a6c3a507
parentd8bd493701fb8cf833380e0ab198778e6448b2e6 (diff)
downloaddiary-bcc5a1d2c94213467b54cdf28ed84292c07983ab.tar.gz
diary-bcc5a1d2c94213467b54cdf28ed84292c07983ab.zip
open only the current entry in $EDITOR
-rwxr-xr-xdiary2
1 files changed, 1 insertions, 1 deletions
diff --git a/diary b/diary
index f16d6a7..0f4e875 100755
--- a/diary
+++ b/diary
@@ -33,7 +33,7 @@ then
rm ${entry}.gpg
fi
-eval $EDITOR $today*
+eval $EDITOR ${entry}*
if [ -n "$new" ]
then