Changes between Initial Version and Version 1 of Ticket #40035, comment 4
- Timestamp:
- Apr 29, 2015, 8:13:54 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40035, comment 4
initial v1 3 3 In all seriousness, though, it's annoying. I often `cd $(port work foo)` to patch/do random stuff. While cleaning explicitly or running other operations on the port `foo`, this directory gets deleted and re-created (as it should be.) 4 4 5 Due to `port s` inability to work in an "invalid" `$PWD`, I have to `cd .` to get into the newly created dirand run the `port` operation again.5 Due to `port`'s inability to work in an "invalid" `$PWD`, I have to `cd .` to get into the newly created dir (a `zsh`-only feature, I assume) and run the `port` operation again.