(&self)
| 281 | } |
| 282 | |
| 283 | pub fn cli_bash_history(&self) -> Result<PathBuf> { |
| 284 | Ok(home_dir(self.os)?.join(global::CLI_BASH_HISTORY)) |
| 285 | } |
| 286 | |
| 287 | pub fn global_context(&self) -> Result<PathBuf> { |
| 288 | Ok(home_dir(self.os)?.join(global::GLOBAL_CONTEXT)) |