aboutsummaryrefslogtreecommitdiffstats
path: root/put_in_db.js
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-12-29 16:30:58 +0000
committerterminaldweller <devi@terminaldweller.com>2024-12-29 16:30:58 +0000
commitb38ee1bd2dc06eb91c7c2e78df0488a6044fa552 (patch)
treefbf59661d963a0f1be3962f67581c8d15dd9b15e /put_in_db.js
parentnew post (diff)
downloadblog-b38ee1bd2dc06eb91c7c2e78df0488a6044fa552.tar.gz
blog-b38ee1bd2dc06eb91c7c2e78df0488a6044fa552.zip
make the zsh prompt go faster
Diffstat (limited to '')
-rw-r--r--put_in_db.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/put_in_db.js b/put_in_db.js
index f5ec09e..3e99181 100644
--- a/put_in_db.js
+++ b/put_in_db.js
@@ -86,6 +86,14 @@ var blogs = [
keywords: ["vagrant", "linux", "libvirt", "firefox", "qemu", "ufw"],
lastUpdatedAt: Date.now(),
},
+ {
+ title: "Make your zsh prompt go faster",
+ slug: "zsh_go_fast",
+ body: fs.readFileSync(path.join(__dirname) + "/mds/zshgofast.md"),
+ teaser: fs.readFileSync(path.join(__dirname) + "/mds/zshgofast.txt"),
+ keywords: ["zsh", "async"],
+ lastUpdatedAt: Date.now(),
+ },
];
db.blogposts.insertMany(blogs);