Skip to content

Commit

Permalink
fix: mkdir -p
Browse files Browse the repository at this point in the history
  • Loading branch information
chunhui authored and chunhui committed Jan 18, 2025
1 parent 4d1bde0 commit 7e46ecb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions libexec/after_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,8 @@ setup_zsh() {

rm -rf $HOME/.zshrc

if [[ ! -d $ZDOTDIR ]]; then
mkdir $ZDOTDIR
fi

if [[ $(uname -m) == "arm64" ]]; then
mkdir -p $ZDOTDIR
cp etc/zsh/zprofile $ZDOTDIR/.zprofile
fi

Expand Down

0 comments on commit 7e46ecb

Please sign in to comment.