forked from lrvick/dotfiles
fix: move xmod up in zshrc to prevent console output interruption
This commit is contained in:
parent
d57f773cf2
commit
dfd774bfa6
|
@ -1,3 +1,4 @@
|
|||
xmodmap ~/dotfiles/colemak_dh_matrix.xmodmap
|
||||
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
||||
# Initialization code that may require console input (password prompts, [y/n]
|
||||
# confirmations, etc.) must go above this block; everything else may go below.
|
||||
|
@ -48,5 +49,3 @@ if [ "$SSH_VAULT_VM" != "" ]; then
|
|||
export SSH_AUTH_SOCK="/home/user/.SSH_AGENT_$SSH_VAULT_VM"
|
||||
fi
|
||||
# <<< SPLIT SSH CONFIGURATION
|
||||
|
||||
xmodmap ~/dotfiles/colemak_dh_matrix.xmodmap
|
||||
|
|
Loading…
Reference in New Issue