adds some bash config to test out

This commit is contained in:
Dennis Schoepf 2025-09-20 22:30:46 +02:00
parent 64846f1cc5
commit b548ea3b38
4 changed files with 26 additions and 4 deletions

View file

@ -0,0 +1,6 @@
{
zoxide = {
enable = true;
enableBashIntegration = true;
};
}