Skip to content

Instantly share code, notes, and snippets.

@uminac
Created November 10, 2019 14:48
Show Gist options
  • Save uminac/a3dc5e28dad2fbda3b18481b58ab1d56 to your computer and use it in GitHub Desktop.
Save uminac/a3dc5e28dad2fbda3b18481b58ab1d56 to your computer and use it in GitHub Desktop.
changing to zsh on mac

change the shell

chsh -s /bin/zsh

search history

vi ~/.zshrc and toss in:

bindkey "^[[A" history-beginning-search-backward
bindkey "^[[B" history-beginning-search-forward

preserve bash history

cat ~/.bash_history >> ~/.zsh_history

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment