The following zsh plugin convert hebrew keyboard layout to us english layout if command not found.
עןא דאשאוד
will get translated to
git status
If you're using oh-my-zsh, you can do:
git clone [email protected]:admons/hebzsh.git ~/.oh-my-zsh/custom/plugins/hebzsh
- add the
hebzsh
plugin to theplugins=(...)
local in your~/.zshrc
:
# original plugins statement
plugins=(
git
)
# add hebzsh
plugins=(
git
hebzsh
)
- Open a new terminal window