We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8c77e commit c3be557Copy full SHA for c3be557
tabs/applications-setup/zsh-setup.sh
@@ -49,7 +49,6 @@ EOL
49
revertZSH() {
50
echo "Reverting ZSH setup..."
51
CONFIG_DIR="$HOME/.config/zsh"
52
- ZSHRC_FILE="$CONFIG_DIR/.zshrc"
53
54
if [ -d "${CONFIG_DIR}" ]; then
55
rm -rf "$CONFIG_DIR"
0 commit comments