Fixed command misspell

This commit is contained in:
Nickiel12 2023-01-09 20:26:13 -08:00
parent 5586c36c4d
commit c71cae8f1d

View file

@ -37,7 +37,7 @@ in
shellAliases = {
ls = "exa";
gust = "/home/nixolas/Documents/Gust/target/debug/gust";
rm = "trash-put";
rm = "rmtrash";
};
};