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
[change_hermit_env] Gracefully handle set -u in change_hermit_env (#443)
For my own sanity's sake, I use `set -u` as part of my zsh config.
However, hermit's `change_hermit_env` command fails when this is
enabled; this PR fixes the hook so that when variables aren't set it
won't emit the following error:
```sh
% cd ~/tmp/testing
change_hermit_env:3: HERMIT_ENV: parameter not set
%
```
0 commit comments