diff options
-rw-r--r-- | posix-shell/aliases.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix-shell/aliases.sh b/posix-shell/aliases.sh index 7d37e85..753dd68 100644 --- a/posix-shell/aliases.sh +++ b/posix-shell/aliases.sh @@ -19,3 +19,4 @@ alias nolink='cd $(pwd -P)' alias zephyr='export ZEPHYR_BASE="${HOME}/zephyrproject/zephyr" && source "${HOME}/zephyrproject/.venv/bin/activate"' alias myrename="perl-rename 's/[^a-zA-Z0-9äöüÄÖÜß\.\/]+/-/g; s/^-+|-+$//g; \$_ = lc(\$_)'" alias aerc="mbsync -a && aerc" +alias st='STM32_Programmer_CLI -c port=SWD freq=1800 mode=UR' |