Set an Environment Variable in Nushell with the Ascii Bell Character #8086
Unanswered
MattheDev53
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to define the environment variable
SUDO_PROMPTto be�[sudo] password for %p |>so that I can have the terminal bell ring when a sudo prompt pops up.The problem is that
�gets escaped to\u0007which nushell doesn't recognise and I can't do\abecause that gets transformed into\\ain my config. Does anyone know of a way to do what I'm trying to do?Beta Was this translation helpful? Give feedback.
All reactions