1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01:00

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
parent b3427f0de6
commit 33fbbdbb0d
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