started using oh-my-posh

This commit is contained in:
Tomas Rivera
2026-02-28 14:12:26 +01:00
parent 8fea37feef
commit 16b7251eb5
4 changed files with 23 additions and 1 deletions
+8
View File
@@ -5,5 +5,13 @@
enable = true;
autosuggestion.enable = true;
initContent = "fastfetch\n";
shellAliases = {
".." = "z ..";
grep = "rg";
ll = "ls -alF";
la = "ls -A";
l = "ls -CF";
ls = "ls -hA -s --color";
};
};
}