Yazi : Create dir by default.

This commit is contained in:
Dmitry Voronin 2024-10-05 11:46:04 +03:00
parent 45242aa254
commit f606b98b97
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -12,6 +12,11 @@
run = "remove --permanently --force"; run = "remove --permanently --force";
desc = "Dangerous life."; desc = "Dangerous life.";
} }
{
on = "a";
run = "create --dir";
desc = "Who wants files anyway?";
}
]; ];
}; };
}; };