From cc3e249d3a671d76856fb5d6aa3d4490d063ddee Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Mon, 9 Aug 2021 10:51:09 -0300 Subject: [PATCH] zsh: set cursor to beam shape --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index fd26eb3..39314e4 100644 --- a/.zshrc +++ b/.zshrc @@ -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