diff --git a/README.md b/README.md index 1fc7840..f72ea3d 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ NOTE: Instructions are written with the assumption that the command `python` poi nix-shell python pomodoroprompt.py ``` -...or add to your `~/config.fish` or similar: -`alias pom="cd {pomodoroprompt-directory-here} && nix-shell --command 'python pomodoroprompt.py'"` +...or: +`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: ```