-- This table will hold the configuration. local config = {} config.shellAliases = { ls = "ls --color=auto", } return config