This repository has been archived on 2021-09-16. You can view files and clone it, but cannot push or open issues or pull requests.
msh/config.h
2021-09-13 23:46:17 +02:00

8 lines
136 B
C

#ifndef MSH_CONFIG_H
#define MSH_CONFIG_H
#define DEF_HISTSIZE 512
#define DEF_HISTPATH ".history"
#define DEF_SHELLRC ".mshrc"
#endif