This commit is contained in:
2025-09-08 19:27:18 +03:00
parent ad33b3cc07
commit 7f6c112cb6
2 changed files with 8 additions and 15 deletions
+5
View File
@@ -18,6 +18,11 @@
enable = true;
theme = "robbyrussell";
};
shellInit = ''
beetn() {
echo "$*" | aichat -cer beets
}
'';
shellAliases = {
# shell
ff = "clear && fastfetch";