From a639fba6dc376f12a0bf6829f2d39a46b7a33dd8 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 3 May 2020 14:37:26 -0300 Subject: Changed the u abbreviation to use the update_all function --- .config/fish/fish_variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/fish/fish_variables') diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index b202a2a7..44a2a6b6 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -77,7 +77,7 @@ SETUVAR _fish_abbr_rmr:rm\x20\x2dr SETUVAR _fish_abbr_rmrf:rm\x20\x2drf SETUVAR _fish_abbr_tc:tar\x20czvf SETUVAR _fish_abbr_tx:tar\x20xzvf -SETUVAR _fish_abbr_u:sudo\x20pacman\x20\x2dSyu +SETUVAR _fish_abbr_u:update_all SETUVAR fish_color_autosuggestion:555\x1ebrblack SETUVAR fish_color_cancel:\x2dr SETUVAR fish_color_command:005fd7 -- cgit v1.2.3