ConfigFile returns the path to the main configuration file.
()
| 117 | |
| 118 | // ConfigFile returns the path to the main configuration file. |
| 119 | func ConfigFile() string { |
| 120 | return filepath.Join(ConfigDir(), "config.yaml") |
| 121 | } |
| 122 | |
| 123 | // SessionsDir returns the path to the sessions directory. |
| 124 | func SessionsDir() string { |