You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking: shell hook defaults
Fish is not the default shell anymore. For traditional
shells, users now need to call:
```sh
eval "$(dirp hook)"
```
Fish users should use:
```fish
dirp hook fish | source
```
Previously, users would call `dirp hook bash`. Now
the shell hook is compatible with BusyBox and a few
other variants, so the default has been changed.