mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
zsh: prevent initial cursor flashing
This commit is contained in:
parent
a20a9428fa
commit
5b39bbf2c8
1 changed files with 3 additions and 5 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
xset -b
|
||||||
|
clear
|
||||||
|
|
||||||
# Common settings
|
# Common settings
|
||||||
|
|
||||||
export PATH=$HOME/apps/bin:$PATH
|
export PATH=$HOME/apps/bin:$PATH
|
||||||
|
|
@ -14,11 +17,6 @@ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || pr
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||||
|
|
||||||
# Tuning for urxvt
|
|
||||||
|
|
||||||
xset -b
|
|
||||||
clear
|
|
||||||
|
|
||||||
# ZSH settings
|
# ZSH settings
|
||||||
|
|
||||||
export ZSH="/home/odd/.oh-my-zsh"
|
export ZSH="/home/odd/.oh-my-zsh"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue