From 54a7f0139e47b801e46b82f40054527e051e329a Mon Sep 17 00:00:00 2001 From: JGill Date: Thu, 12 May 2022 11:08:22 +0530 Subject: [PATCH] Remove unnecessary creation of ~ in current directory --- install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install.sh b/install.sh index 67700bc..9d972ab 100755 --- a/install.sh +++ b/install.sh @@ -146,11 +146,6 @@ else echo -e "\nNot copying bash_history to zsh_history, as --cp-hist or -c is not supplied\n" fi -ZDOTDIR="~/.config/ezsh/zshrc" -if [ ! -d $ZDOTDIR ]; then - mkdir -p $ZDOTDIR -fi - # source ~/.zshrc echo -e "\nSudo access is needed to change default shell\n"