znap restart error "tput: No value for $TERM and no -T specified" #80
Pilgrim1379
started this conversation in
General
Replies: 1 comment 3 replies
-
|
You're right, it shouldn't ignore all environment variables. I'll fix it. |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
In trying to figure out what's causing the issue I'm still having in Bash Completion Problem I tried
znap restartand got the following response.Looking into the function znap.restart I noticed that you have
msg="$( env -i zsh -ilc '' 2>&1 > /dev/null )"which ignores the current environment variables and I'm wondering why because currently my environment variables look like below:As you can see TERM=xterm-256color.
Beta Was this translation helpful? Give feedback.
All reactions