Commit Graph

5 Commits (c88a4bfa8900541adb23f8e88fd9e3a80f624cae)

Author SHA1 Message Date
convergedtarkus c88a4bfa89 No need to escape characters in this context
Escaping was just adding \ to the list multiple times
2023-01-23 11:07:00 -06:00
convergedtarkus 4fc9869012 Use C style strings when checking for invalid alias characters
Before, the '\n' would be interpreted as 'n' meaning that any alias
who's command contained the letter 'n' would incorrect be skipped.
2023-01-11 15:26:24 -06:00
John D Pell 4ba11dbaa2 completion/aliases: redirection, quote
Alsö, some aliases are returned by `alias -p` with `alias -- xxxxx`...which confuses the function, so handle it specially.
2022-02-15 22:09:27 -08:00
John D Pell 43df0fe130 completion/aliases: rename init function
Use the callback naming convention for the init function, for later use.
2022-02-03 22:49:39 -08:00
John D Pell 7fcad6ed0d completion/alias: rename
There is no reason for this to be in the `plugins` directory, it just needs to have a load priority sufficiently high that it runs after any aliases are defined.
2022-01-30 16:13:54 -08:00