Fix many typos
This commit is contained in:
parent
a813238c55
commit
ddc85d1e8e
9 changed files with 15 additions and 580 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue