back to the legacy
This commit is contained in:
parent
e73a3643ef
commit
4a2fd5ec69
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ function main {
|
||||||
done
|
done
|
||||||
postname="./posts/$date-${title// /-}.md"
|
postname="./posts/$date-${title// /-}.md"
|
||||||
echo -e "---\ntitle: ${title}\nauthor: ${author}\ntags: \ndescription: \n---" >> $postname
|
echo -e "---\ntitle: ${title}\nauthor: ${author}\ntags: \ndescription: \n---" >> $postname
|
||||||
nvim $postname
|
vim $postname
|
||||||
}
|
}
|
||||||
|
|
||||||
main
|
main
|
||||||
|
|
Loading…
Reference in a new issue