Fix typo of closing alias quotation mark

This commit is contained in:
benjamin melançon 2024-12-30 13:20:00 -05:00
parent a9b6d3ca99
commit 38d622dd0f

View file

@ -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:
```