aboutsummaryrefslogtreecommitdiff
path: root/dot_zshrc.tmpl
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2024-05-21 11:23:44 -0400
committerRyan Kavanagh <rak@rak.ac>2024-05-21 11:23:44 -0400
commitca72aa98870cd2771bcc5e83334bcc58105bf5e0 (patch)
tree019879c659eb2e06963bc4b3546d87957d850596 /dot_zshrc.tmpl
parentfix variable export in zshrc (diff)
drop rendundant check
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