From 73a26ed675628c9aef85cb8e6f1c5671bf426d5b Mon Sep 17 00:00:00 2001 From: krolyxon Date: Thu, 1 Sep 2022 21:49:11 +0530 Subject: [PATCH] aliasrc and sxhkdrc --- .config/shell/aliasrc | 4 ++-- .config/sxhkd/sxhkdrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 066286a..df62f20 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -28,8 +28,8 @@ alias \ # git aliases alias \ - ga='git add' - gc='git commit -sS' + ga='git add' \ + gc='git commit' \ gp='git push' ec() {find ~/.config -type f | fzf | xargs -r $EDITOR ;} diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 46f3de5..f53543f 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -8,7 +8,7 @@ super + grave # swap cap if stops working super + c - setxkbmap -option caps:swapescape && xset r rate 300 50 + xset r rate 300 50 # ncmpcpp super + shift + n