diff options
author | Ryan Kavanagh <rak@rak.ac> | 2024-05-21 11:23:44 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2024-05-21 11:23:44 -0400 |
commit | ca72aa98870cd2771bcc5e83334bcc58105bf5e0 (patch) | |
tree | 019879c659eb2e06963bc4b3546d87957d850596 /dot_zshrc.tmpl | |
parent | fix variable export in zshrc (diff) |
drop rendundant check
Diffstat (limited to '')
-rw-r--r-- | dot_zshrc.tmpl | 4 |
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 |