diff options
author | Jan Krautmacher <jan.krautmacher@indurad.com> | 2025-09-25 07:19:05 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-09-25 07:30:42 +0200 |
commit | 8ed8544f5060122ddc387a377ab835f9206855a7 (patch) | |
tree | e66cd5dc0accf37fdb27d787cad27162defd1e91 /posix-shell/aliases.sh | |
parent | db33df49e76b1655b89108307610527031fd6c08 (diff) | |
download | dotfiles-8ed8544f5060122ddc387a377ab835f9206855a7.tar dotfiles-8ed8544f5060122ddc387a377ab835f9206855a7.tar.zst dotfiles-8ed8544f5060122ddc387a377ab835f9206855a7.zip |
bash: Add `st` alias
Diffstat (limited to 'posix-shell/aliases.sh')
-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' |