From 3fd365a0ebe2ede1b356af450eeac1faba72e62b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 20 Mar 2022 09:17:46 -0700 Subject: [PATCH] Add a description to the Profiling ZSH post --- content/blog/2022/01/profiling-zsh/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/blog/2022/01/profiling-zsh/index.md b/content/blog/2022/01/profiling-zsh/index.md index bae1caa..6f0a58a 100644 --- a/content/blog/2022/01/profiling-zsh/index.md +++ b/content/blog/2022/01/profiling-zsh/index.md @@ -1,6 +1,7 @@ --- title: "Profiling ZSH" date: 2022-01-23T11:35:38-08:00 +description: In which I learn about how to profile my ZSH init files. draft: false tags: ["Tech", "ZSH"] ---