Skip to content

Commit

Permalink
feat: alias to get available apt package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarimarco committed Apr 24, 2024
1 parent da5af6c commit 7b4a1d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .shells/.all/interactive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7b4a1d7

Please sign in to comment.