Closed lalinsky closed 9 years ago
The current version doesn't preserve $PS1 exactly (removes leading/trailing whitespace) and always ends up in ~/.prm.
$PS1
~/.prm
Before:
lukas@bubbles:~$ prm start test Starting project test [test] lukas@bubbles:/tmp$ prm stop Stopping project test lukas@bubbles:~/.prm$pwd
After:
lukas@bubbles:~$ prm start test Starting project test [test] lukas@bubbles:/tmp$ prm stop Stopping project test lukas@bubbles:~$ pwd
Just noticed this myself. Thanks!
The current version doesn't preserve
$PS1
exactly (removes leading/trailing whitespace) and always ends up in~/.prm
.Before:
After: