Skip to content

Oh My ZSH 설치 후 플러그인

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions

iterm2에서 탭별로 History분리하기

~/.zshrc의 # User configuration에 아래 2줄 추가

unsetopt inc_append_history
unsetopt share_history