diff --git a/userspace/files/profile b/userspace/files/profile index f594d0e..d54026e 100644 --- a/userspace/files/profile +++ b/userspace/files/profile @@ -57,3 +57,9 @@ pyenv() { # custom shims export PATH="/usr/comma/shims:${PATH}" + + +# nice AT command helper +atc() { + mmcli -m any --command="${@}" +}