Skip to content

Alias improvements

SteelT requested to merge alias-improvements into next

Some small improvements to the alias command:

  • Print list of existing alias commands
  • Replace the alias if an alias already exists
    • Reduces wasting memory by having multiple aliases with the same name

Merge request reports