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/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 adbbd655..dab9d515 100644 --- a/.config/fish/abbreviations.fish +++ b/.config/fish/abbreviations.fish @@ -1,7 +1,7 @@ # Update Arch abbr i 'sudo pacman -S' abbr r 'sudo pacman -R' -abbr u 'sudo pacman -Syu' +abbr u 'update_all' # Git abbr g 'git' 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