made my own fetch tool

This commit is contained in:
ISnortPennies 2023-02-01 01:55:54 -05:00
parent 6e99b9e9c9
commit 67dbd4ceb8
4 changed files with 7 additions and 2 deletions

View file

@ -11,7 +11,7 @@
shellAliases = {
ls = "exa --long --icons";
};
interactiveShellInit = "nitch";
interactiveShellInit = "fetch-rs";
};
programs = {
zsh = {