Path returns the path to the RC file
()
| 190 | |
| 191 | // Path returns the path to the RC file |
| 192 | func (rc *RC) Path() string { |
| 193 | return rc.path |
| 194 | } |
| 195 | |
| 196 | // Touch updates the mtime of the RC file. This is mainly used to trigger a |
| 197 | // reload in direnv. |