# Defined in /tmp/fish.5hRdP2/get-all-installed-packages-debian.fish @ line 1 function get-all-installed-packages-debian --description Get\ all\ the\ packages\ I\'ve\ installed\ on\ Debian dpkg --get-selections | grep -w 'install$' end