fix(aliases)!: rename acs to als

BREAKING CHANGE: rename main function from `acs` to `als` to avoid conflicts with `ubuntu` and `debian` plugins and improve semantics.
This commit is contained in:
majick 2023-07-19 14:28:55 +02:00 committed by Carlo Sala
commit 33fbbdbb0d
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A
2 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
0="${${(M)0:#/*}:-$PWD/$0}"
eval '
function acs(){
function als(){
(( $+commands[python3] )) || {
echo "[error] No python executable detected"
return