mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
zsh: set cursor to beam shape
This commit is contained in:
parent
dab57ef1c6
commit
cc3e249d3a
3
.zshrc
3
.zshrc
@ -13,6 +13,9 @@ ZSH_THEME="robbyrussell"
|
|||||||
export ZSH="$HOME/.oh-my-zsh"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
# Set cursor to beam shape
|
||||||
|
echo -ne '\e[5 q'
|
||||||
|
|
||||||
### zinit plugins - start
|
### zinit plugins - start
|
||||||
source $HOME/.zinit/bin/zinit.zsh
|
source $HOME/.zinit/bin/zinit.zsh
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user