From a9b6d3ca990f20636b411b85df4721653cc5a7cf Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Thu, 14 Nov 2024 10:38:53 -0500 Subject: [PATCH] Add cd to directory for alias --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19abc58..f72ea3d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ nix-shell python pomodoroprompt.py ``` ...or: -`alias pom="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: ```