Notes on why zsh rocks!
zsh - or Z Shell - is a shell environment, just like bash is, but only more powerfull
* (that is knows, think plugins)
            
              ls -q
            
          
                    
              # push current command into a buffer,
              # allows you to do another command then
              # returns to previous command
              bindkey '^L' push-line