Remove unnecessary creation of ~ in current directory

This commit is contained in:
JGill
2022-05-12 11:08:22 +05:30
parent e6fdffd502
commit 54a7f0139e

View File

@@ -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"