This commit is contained in:
Wenwen Zhang 2024-06-02 10:00:12 +08:00
parent b7ef42e9bf
commit 9e4acc3952

View File

@ -26,7 +26,7 @@ if [ -d "$CONFIG_DIR/nvim" ]; then
else else
if [ -d "$CONFIG_DIR" ]; then if [ -d "$CONFIG_DIR" ]; then
echo $CONFIG_DIR is existing... echo $CONFIG_DIR is existing...
else #else
# mkdir .config # mkdir .config
fi fi
fi fi