iridakos / goto

Alias and navigate to directories with tab completion in Linux
https://iridakos.com/programming/2019/04/10/shell-navigation-with-autocomplete
MIT License
873 stars 63 forks source link

Swallowing stderr breaks output of direnv #68

Open corasaurus-hex opened 3 years ago

corasaurus-hex commented 3 years ago

When stderr is redirected to /dev/null the output of direnv is swallowed. This wouldn't be a problem except direnv can use interactive prompts and so you'll be stuck not knowing that it is asking for. This will also be a problem anywhere the directory is changed. It seems like an option could be added to allow output in these places.