aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_print_pacman_repos.fish
blob: 1998f72166c16d4ef73b9975e7e217c95d3c8ccf (plain)
1
2
3
function __fish_print_pacman_repos --description "Print the repositories configured for arch's pacman package manager"
	string replace -r -a "\[(.+)\]" "\1" < /etc/pacman.conf | string match -r -v "^#|options"
end