Fixed dyonisos shell aliases

the extraAliases options works now, tba: dynamic update command
depending on user.
This commit is contained in:
Charlie Root 2024-04-12 02:15:08 +02:00
commit fe186a8570

View file

@ -26,10 +26,10 @@
zsh = {
enable = true;
profiling = false;
extraAliases = {
cls = "clear";
cd = "z";
};
extraAliases = {
cls = "clear";
};
};
git = {