#ifndef GOONSH_CONFIG_H #define GOONSH_CONFIG_H #include #include #include void load_config(std::map& aliases, std::string& prompt, std::vector& rc_commands); #endif // GOONSH_CONFIG_H