diff --git a/.config/zsh-abbr/user-abbreviations b/.config/zsh-abbr/user-abbreviations new file mode 100644 index 0000000..12f7ed0 --- /dev/null +++ b/.config/zsh-abbr/user-abbreviations @@ -0,0 +1,3 @@ +abbr "i"="sudo pacman -S" +abbr "r"="sudo pacman -Rns" +abbr "s"="sudo pacman -Ss"