til Merge two or more zsh history files While migrating to a new laptop, I was looking for a way to merge my zsh history from my old laptop and my new laptop. It ended up being possible using builtin zsh commands. # Load file 1 builtin fc -R -I /Users/justyns/.zsh_
til Edit current command in $EDITOR It's rare that I learn a new cli shortcut, but here's a cool one I just learned today from the This Week in Self-Hosted (1 March 2024) [https://selfh.st/newsletter/2024-03-01/] newsletter. When you are typing in a shell,
til Install ZSH 5.8 on CentOS 7 Quick instructions for compling ZSH from source. Note that this is essentially just download/configure/make/make install. Look in https://www.zsh.org/pub/ for the most recent version if 5.8 is not the version you're looking for. cd /usr/