Fix many typos

This commit is contained in:
Filippo Berto 2026-02-02 10:06:18 +01:00
parent a813238c55
commit ddc85d1e8e
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC
9 changed files with 15 additions and 580 deletions

View file

@ -29,7 +29,6 @@ let
"h" = "history"; # Lists all recently used commands
"hgrep" = "fc -El 0 | grep"; # Searches for a word in the list of previously used commands
"help" = "man"; # Opens up the man page for a command
"sortnr" = "sort -n -r"; # Used to sort the lines of a text file
"unexport" = "unset"; # Used to unset an environment variable
};
sh_only = {