fix(ubuntu)!: rename acs alias to `acse (#11334)

BREAKING CHANGE: `acs` alias, present in both `ubuntu` and `debian` plugins conflicts with `acs` function in aliases plugin. Change it to prevent ghosting of one of them.
This commit is contained in:
Haltarys 2022-11-11 09:49:41 +01:00 committed by GitHub
commit 5bfdd0356b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
(( $+commands[apt] )) && APT=apt || APT=apt-get
alias acs='apt-cache search'
alias acse='apt-cache search'
alias afs='apt-file search --regexp'