Introduce what you do with the alias command
This commit is contained in:
parent
38d622dd0f
commit
356439fece
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ NOTE: Instructions are written with the assumption that the command `python` poi
|
||||||
nix-shell
|
nix-shell
|
||||||
python pomodoroprompt.py
|
python pomodoroprompt.py
|
||||||
```
|
```
|
||||||
...or:
|
...or add to your `~/config.fish` or similar:
|
||||||
`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:
|
You need not install Python (and it is not recommended). Should you insist, this may be correct:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue