From 4a2fd5ec695d10740880497956d6ae6d9c46fcc2 Mon Sep 17 00:00:00 2001 From: nek0 Date: Wed, 19 Apr 2017 05:08:54 +0200 Subject: [PATCH] back to the legacy --- newpost.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newpost.sh b/newpost.sh index 2ca5868..912fdfc 100755 --- a/newpost.sh +++ b/newpost.sh @@ -28,7 +28,7 @@ function main { done postname="./posts/$date-${title// /-}.md" echo -e "---\ntitle: ${title}\nauthor: ${author}\ntags: \ndescription: \n---" >> $postname - nvim $postname + vim $postname } main