Fix typo in zshrc

This commit is contained in:
Anthony Rose 2022-08-19 15:54:15 +01:00
parent 439a052837
commit 7346394acc

View file

@ -17,5 +17,5 @@ bindkey "^[OB" history-beginning-search-forward-end
if [ -e "$HOME/.shrc" ]
then
emulate sh -c '. "$HOME/.bashrc"'
emulate sh -c '. "$HOME/.shrc"'
fi