From 38d622dd0f21b1e0356a277695d83a8820116da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 30 Dec 2024 13:20:00 -0500 Subject: [PATCH 1/2] 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: ``` From 356439fece39070d2c7a5654fe94c9ff55475941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 30 Dec 2024 13:21:08 -0500 Subject: [PATCH 2/2] Introduce what you do with the alias command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc282f7..1fc7840 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ NOTE: Instructions are written with the assumption that the command `python` poi nix-shell python pomodoroprompt.py ``` -...or: +...or add to your `~/config.fish` or similar: `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: