diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-09-01 21:49:11 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-09-01 21:49:11 +0530 |
| commit | 73a26ed675628c9aef85cb8e6f1c5671bf426d5b (patch) | |
| tree | 226b07716e9afb203a427e08c79363bf07b0d013 | |
| parent | c8091f57c6c9f8f3630d4ae3f508460d99bfd53b (diff) | |
aliasrc and sxhkdrc
| -rw-r--r-- | .config/shell/aliasrc | 4 | ||||
| -rwxr-xr-x | .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 |
