From d1214edc7a6f7593b3ccaf7ef5c8de84c120d8f4 Mon Sep 17 00:00:00 2001 From: Akatsuki <3736910+akiirui@users.noreply.github.com> Date: Fri, 25 Oct 2019 17:05:39 +0800 Subject: [PATCH] functions/__fish_print_pacman_repos.fish: fix This function return wrong data. Fix this. --- share/functions/__fish_print_pacman_repos.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/__fish_print_pacman_repos.fish b/share/functions/__fish_print_pacman_repos.fish index 92d4919af..daa866350 100644 --- a/share/functions/__fish_print_pacman_repos.fish +++ b/share/functions/__fish_print_pacman_repos.fish @@ -1,3 +1,3 @@ function __fish_print_pacman_repos --description "Print the repositories configured for arch's pacman package manager" - string replace -r -a "\[(.+)\]" "\1"