summaryrefslogtreecommitdiff
path: root/posix-shell
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-09-25 07:19:05 +0200
committerxengineering <me@xengineering.eu>2025-09-25 07:30:42 +0200
commit0e75ffb127bc2d88f23ea2174db380ef7e8ecff8 (patch)
treee66cd5dc0accf37fdb27d787cad27162defd1e91 /posix-shell
parent3f8f0abc58e47a0156bbc1ec2c8ced7035e05380 (diff)
downloaddotfiles-0e75ffb127bc2d88f23ea2174db380ef7e8ecff8.tar
dotfiles-0e75ffb127bc2d88f23ea2174db380ef7e8ecff8.tar.zst
dotfiles-0e75ffb127bc2d88f23ea2174db380ef7e8ecff8.zip
bash: Add `st` alias
Diffstat (limited to 'posix-shell')
-rw-r--r--posix-shell/aliases.sh1
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'