Add cd to directory for alias

This commit is contained in:
Chris (wolcen) Thompson 2024-11-14 10:38:53 -05:00
parent 49295ab573
commit a9b6d3ca99

View file

@ -18,7 +18,7 @@ nix-shell
python pomodoroprompt.py python pomodoroprompt.py
``` ```
...or: ...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: You need not install Python (and it is not recommended). Should you insist, this may be correct:
``` ```