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

Unrendered character and unwanted echo of last command #6476

Closed
khipukamayuq opened this issue Dec 7, 2017 · 4 comments
Closed

Unrendered character and unwanted echo of last command #6476

khipukamayuq opened this issue Dec 7, 2017 · 4 comments

Comments

@khipukamayuq
Copy link

khipukamayuq commented Dec 7, 2017

Still pretty new at all this linux and terminal stuff. I've swiched from Linux Mint (Cinnamon) 17.3 to UbuntuStudio 16.04 with Xfce DE. Using zsh as my default shell and had previously been using zprezto for my configuration. Set up oh-my-zsh with agnoster and did nothing else. Liking oh-my-zsh a lot, but noticed after setting up my .vimrc a minor annoyance. After each command I enter into terminal I get something like �kcd% preceding any output to terminal. It should be something in .zshrc, I'd think, only I never actually touched that except to add export TERM = 'screen-256color' for my vim configuration. I checked out the agnoster theme README.md and made sure to update my fonts. No effect. Any ideas on where to look? Nothing seemed obvious to me. I've attached a screenshot of this annoyance. Any help is greatly appreciated. screenshot_2017-12-07_10-44-55

@khipukamayuq
Copy link
Author

So... commenting out my export for 256 colors fixes the issue. But then my vim isn't configured as nicely. For reference my vim config comes from https://github.com/Integralist/ProVim. Now that I'm using oh-my-zsh I did not use any of the above link's recommended .zshrc config except for the now commented out export for 256 colors. Any ideas on why this could be? Or how to get my 256 colors back without this ugly echo?

@khipukamayuq
Copy link
Author

I figured it out. Verbiage is slightly different in my case. export TERM=xterm-256color worked without causing the strange echo that export TERM="screen-256color" did.

@ktaragorn
Copy link

Cool, that worked for me too, thanks

@dmgolembiowski
Copy link

I figured it out. Verbiage is slightly different in my case. export TERM=xterm-256color worked without causing the strange echo that export TERM="screen-256color" did.

Hello from 2022; this fix is still helpful

@ohmyzsh ohmyzsh locked as resolved and limited conversation to collaborators Jul 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants