aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_print_pacman_repos.fish
blob: 81fe3de5d0346aabb20af1d44ccc9098308dff0c (plain)
1
2
3
function __fish_print_pacman_repos --description "Print the repositories configured for arch's pacman package manager"
	sed -n -e 's/\[\(.\+\)\]/\1/p' /etc/pacman.conf | grep -v "#\|options"
end