zsh: set cursor to beam shape

This commit is contained in:
Guilherme Rugai Freire 2021-08-09 10:51:09 -03:00
parent dab57ef1c6
commit cc3e249d3a
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

3
.zshrc
View File

@ -13,6 +13,9 @@ ZSH_THEME="robbyrussell"
export ZSH="$HOME/.oh-my-zsh"
source $ZSH/oh-my-zsh.sh
# Set cursor to beam shape
echo -ne '\e[5 q'
### zinit plugins - start
source $HOME/.zinit/bin/zinit.zsh