Abbreviations

This commit is contained in:
2026-03-06 20:49:43 +03:00
parent 962db290fb
commit 79000a7deb

View File

@@ -15,3 +15,11 @@ function hibernate --wraps='systemctl hibernate' --description 'alias vim nvim'
end end
bind alt-s 're-sudo' bind alt-s 're-sudo'
abbr sd 'stow -vD'
abbr i 'yay -S'
abbr r 'yay -Rnscu'
abbr gd 'git diff'
abbr ga 'git add'
abbr gcm 'git commit -m ""'
abbr gp 'git push'