From eccd4ff1bffddc8aaaad3fdc8ae852495908b7f3 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 11 May 2020 15:46:52 -0300 Subject: Changed remove packages abbr to include asociated packages --- .config/fish/abbreviations.fish | 2 +- .config/fish/fish_variables | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.config/fish') 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 -- cgit v1.2.3