

zsh autocompletion ... καληνύχτα σας ..
@iriyan
tcsh still the far better autocompletion... and now the far lightener size and fasted (at least 2 times) speed... the revenge of my generation :P
Plus history in PgUp and directories at PgDn
alias hist-pick 'set _=`history -hr | fzy` && if ( "$_" != "hc" ) eval "$_"'
alias dirs-pick 'set _=`dirs -v | fzy | cut -f1`; [ -n "$_" ] && cd =$_'
This I ve made for other shells too