From 38d622dd0f21b1e0356a277695d83a8820116da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= <ben@agaric.coop> Date: Mon, 30 Dec 2024 13:20:00 -0500 Subject: [PATCH] Fix typo of closing alias quotation mark --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f72ea3d..bc282f7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ nix-shell python pomodoroprompt.py ``` ...or: -`alias pom="cd {pomodoroprompt-directory-here} && nix-shell --command 'python pomodoroprompt.py'` +`alias pom="cd {pomodoroprompt-directory-here} && nix-shell --command 'python pomodoroprompt.py'"` You need not install Python (and it is not recommended). Should you insist, this may be correct: ```