Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arch linux su, sudo and cd errors are notrpinted in red #73

Open
charlie45000 opened this issue Apr 25, 2019 · 1 comment
Open

Arch linux su, sudo and cd errors are notrpinted in red #73

charlie45000 opened this issue Apr 25, 2019 · 1 comment

Comments

@charlie45000
Copy link

In the previous trick i used to color stderr, these errors where printed (but su was broken...),
But with stderred, these commands seams to be blacklisted or so (although I don't see them in the code).

@devnoname120
Copy link

Shell builtins can't be supported with stderred because builtins are contained within the shell itself, they are not executed or run. Due to this LD_PRELOAD is ignored entirely. It can't be fixed without completely changing the design of stderred. Instead you will have to use a shell plugin (e.g. a zsh plugin) for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants