From 31225cd3fbed4d96bec0f1dac8b38acaa27cf1cc Mon Sep 17 00:00:00 2001 From: afonso Date: Sat, 8 Jun 2024 18:13:51 +0100 Subject: [PATCH] [zsh] added abbr --- .config/zsh-abbr/user-abbreviations | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/zsh-abbr/user-abbreviations 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"