Skip to content

Commit 2a97e3e

Browse files
committed
updates
1 parent c2042c1 commit 2a97e3e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/state.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ impl State {
424424
pub(crate) fn edit_config(&self) -> Result<()> {
425425
let editor = std::env::var("EDITOR").unwrap_or_else(|_| "vi".to_string());
426426

427+
// TODO: edit only the config for the current repo.
427428
// Invoke the user's editor.
428429
let _ = Command::new(editor)
429430
.arg(get_xdg_path()?.to_str().unwrap())

0 commit comments

Comments
 (0)