summaryrefslogtreecommitdiff
path: root/.config/fish
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2020-05-11 15:46:52 -0300
committerRoger Gonzalez <roger@rogs.me>2020-05-11 15:46:52 -0300
commiteccd4ff1bffddc8aaaad3fdc8ae852495908b7f3 (patch)
tree795d5893c4644c637e75fb1e03610efe72237775 /.config/fish
parentcf29480511479792f55c97a59a0f0c4880dba3ce (diff)
Changed remove packages abbr to include asociated packages
Diffstat (limited to '.config/fish')
-rw-r--r--.config/fish/abbreviations.fish2
-rw-r--r--.config/fish/fish_variables2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/fish/abbreviations.fish b/.config/fish/abbreviations.fish
index dab9d515..e02ed354 100644
--- a/.config/fish/abbreviations.fish
+++ b/.config/fish/abbreviations.fish
@@ -1,6 +1,6 @@
# Update Arch
abbr i 'sudo pacman -S'
-abbr r 'sudo pacman -R'
+abbr r 'sudo pacman -Rsu'
abbr u 'update_all'
# Git
diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables
index 44a2a6b6..cc2b0983 100644
--- a/.config/fish/fish_variables
+++ b/.config/fish/fish_variables
@@ -72,7 +72,7 @@ SETUVAR _fish_abbr_nr:npm\x20remove
SETUVAR _fish_abbr_ns:npm\x20start
SETUVAR _fish_abbr_nt:npm\x20test
SETUVAR _fish_abbr_nu:npm\x20update
-SETUVAR _fish_abbr_r:sudo\x20pacman\x20\x2dR
+SETUVAR _fish_abbr_r:sudo\x20pacman\x20\x2dRsu
SETUVAR _fish_abbr_rmr:rm\x20\x2dr
SETUVAR _fish_abbr_rmrf:rm\x20\x2drf
SETUVAR _fish_abbr_tc:tar\x20czvf