From 12cf6ccbed88f1842509f1cc32f453fe57ec4e64 Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 12 May 2025 14:04:27 +0200 Subject: [PATCH] zsh: kb alias --- root/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/root/.zshrc b/root/.zshrc index b8adb35..3c3a837 100644 --- a/root/.zshrc +++ b/root/.zshrc @@ -50,6 +50,7 @@ alias fakemsg='echo "$(curl -s https://whatthecommit.com/index.txt)"' alias st='fastfetch -c ~/dotfiles/fastfetch/st.jsonc' alias status='clear && fastfetch -c ~/dotfiles/fastfetch/status.jsonc' +alias kb='setxkbmap -layout us,ru -option "grp:caps_toggle"' # Commands