read
In the last 2 posts, I setup dotfiles and zsh.
Right after setting up zsh, all the aliases in dotfiles no longer works.
To fix, you can add this in ~/.oh-my-zsh/lib/aliases.zsh
:
source $HOME/.aliases
Or simply fork my zsh version.
Reload Dotfile
You will have to go to your dotfile folder, then source bootstrap.sh
.
But you will like have this error:
bootstrap.sh:9: = not found
Since we are using zsh, you need to change to sh bootstrap.sh
.