From ca72aa98870cd2771bcc5e83334bcc58105bf5e0 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 21 May 2024 11:23:44 -0400 Subject: drop rendundant check --- dot_zshrc.tmpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index f43a987..ed06714 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -69,9 +69,7 @@ fi # Ensure that we possess a ~/.zsh/ directory. This is required for the # ~/.zsh/history file. -if [ ! -d $HOME/.zsh/ ]; then - mkdir -p $HOME/.zsh/ -fi +mkdir -p $HOME/.zsh/ # We use powerline10k for our prompt for f in $HOME/.zsh/p10k.zsh $HOME/.zsh/powerlevel10k/powerlevel10k.zsh-theme; do -- cgit v1.2.3