diff --git a/.shells/.all/interactive.sh b/.shells/.all/interactive.sh index 2a5e46a..635f4f0 100755 --- a/.shells/.all/interactive.sh +++ b/.shells/.all/interactive.sh @@ -164,3 +164,13 @@ fi ############################################################################### # Completion # ############################################################################### + + +############################################################################### +# Debian # +############################################################################### + +if is_debian; then + # Get the list of the avaliable verions of a package to install + alias apt-get-available-package-versions="apt-cache madison" +fi