I use zsh on Mac OS X, with a theme based on "oh-my-zsh".
Each time I run a command, zsh "clears" the screen (really, inserting a few dozens newlines). This is very irritating, but I can't figure out how to turn this off.
What am I missing?
feedback
|
This question came from our site for system administrators and desktop support professionals.
|
As mentioned in the comments, commenting out the following from ~/.oh-my-zsh/lib/alias.zsh will fix the problem:
| ||||
|
feedback
|
|
I have had similar troubles and found a solution by setting the TERM variable in my .zshrc file as so:
(No comment about using | |||
|
feedback
|