--- title: Zsh layout: default --- ### Stuff !! Last command (sudo !!) !* Last command's parameters (vim !*) !^ Last command's first parameter !$ Last command's last parameter !?ls Command and params of last `ls` command (sudo !?mv) !?ls?:* Params of last `ls` command *(m0) Last modified today *(m-4) Last modified <4 days ago ### Change default shell chsh -s `which zsh`