This commit is contained in:
Wenwen Zhang 2024-06-02 09:59:05 +08:00
parent fe485f3132
commit b7ef42e9bf

View File

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