Fix typo in zshrc
This commit is contained in:
parent
439a052837
commit
7346394acc
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@ bindkey "^[OB" history-beginning-search-forward-end
|
||||||
|
|
||||||
if [ -e "$HOME/.shrc" ]
|
if [ -e "$HOME/.shrc" ]
|
||||||
then
|
then
|
||||||
emulate sh -c '. "$HOME/.bashrc"'
|
emulate sh -c '. "$HOME/.shrc"'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue