flake: introduce universe-cli

This commit is contained in:
Infinidoge 2023-07-27 00:58:43 -04:00
parent c733193c40
commit 5e742c0b8b
4 changed files with 259 additions and 1 deletions

View file

@ -9,6 +9,8 @@ in
};
environment.shellAliases = {
uni = "universe-cli";
# quick cd
"..." = "cd ../..";
"...." = "cd ../../..";