zsh shell
I use macos default zsh shell with oh-my-zsh framework. I keep my .zshrc
inside the ~/.dotfiles
directory and symlink it to the location it's supposed to be connected. That way, I have all of my shell synced across my devices.
ln -s ~/.dotfiles/.zshrc ~/.zshrc
Last updated
Was this helpful?