aboutsummaryrefslogtreecommitdiff
path: root/dot_zshrc.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'dot_zshrc.tmpl')
-rw-r--r--dot_zshrc.tmpl4
1 files changed, 1 insertions, 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