From dfd774bfa66c59479b27ffb7905c1abc25c7e534 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Fri, 6 Jun 2025 07:34:47 -0700 Subject: [PATCH] fix: move xmod up in zshrc to prevent console output interruption --- zsh/.zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index bc86694..d4bf346 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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