Posted by: Anonymous
[ip: 217.115.75.230]
on February 21, 2008 11:26 AM
Zsh does not clutter your terminal window: after selecting one of the possible completions the rest is cleared from the screen. It works even without any specific configuration.
If you have zsh installed, give it a try:
bash$ zsh
zsh% autoload -U compinit
zsh% compinit
Keep track of file name completions with Viewglob
Posted by: Anonymous [ip: 217.115.75.230] on February 21, 2008 11:26 AMIf you have zsh installed, give it a try:
bash$ zsh
zsh% autoload -U compinit
zsh% compinit
Cheers
#