dotfiles
dotfiles copied to clipboard
Alias for reload causes terminal to quit on key press
I'm trying to add a simple alias to allow me to reload the terminal like so:
alias reload="source ~/.zshrc"
This seems to work fine, and reloads the configuration, but when I press a key the terminal tab then quits. Any idea what is going on?
I was able to reproduce, very strange, will look into it
https://github.com/zsh-users/zsh-syntax-highlighting/issues/286