@imperiousmarabu ισχύει 
@gettie έχει search, απλά είσθε λίγο χαζούληδες @imperiousmarabu
@specktator_ δεν είπα ότι δεν έχει, αλλά μην το παίζεις και υπεράνω όταν ξέρεις ότι τα πιο πολλά από εμάς έτσι κάνουμε  
@imperiousmarabu

zsh autocompletion ... καληνύχτα σας ..

@gettie @imperiousmarabu @specktator_

@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

@gettie @imperiousmarabu @specktator_

Στις πόσες χιλιάδες το κάνεις set το .history ;

- 20χιλ εγώ

@tromo @gettie @imperiousmarabu @specktator_

@iriyan δεν κρατώ history files... είναι μόνιμα έτσι κι αλλιώς ανοιχτά, είναι πολλές consoles - άλλο πρόβλημα αυτό για ιστορικό - και πάνω από 256 γραμμές δεν νομίζω να έχουν νόημα. Επίσης alt+p = θεός, π.χ. apt[alt+p] σου φέρνει κυκλικά ότι αρχίζει από apt στο ιστορικό σου. @gettie @imperiousmarabu @specktator_

@iriyan
Επίσης δες αυτό για ώρα ανάγκης :P

alias save-last-cmd
history -hr | head -n 2 | tail -n 1 >> ~/.scrap

@gettie @imperiousmarabu @specktator_