zsh: make cursor a beam earlier on in init
This commit is contained in:
parent
bb1bbcfd37
commit
f03d45fb4b
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
@ -24,6 +24,10 @@
|
||||||
|
|
||||||
export ZINIT_HOME_DIR=""
|
export ZINIT_HOME_DIR=""
|
||||||
|
|
||||||
|
# (I know this shouldn't go here, but I needed it to happen early)
|
||||||
|
# change cursor to beam by default
|
||||||
|
echo -ne '\e[5 q'
|
||||||
|
|
||||||
# Plugin setting >>>
|
# Plugin setting >>>
|
||||||
{
|
{
|
||||||
# ZSH Vi Mode
|
# ZSH Vi Mode
|
||||||
|
|
Loading…
Add table
Reference in a new issue