summaryrefslogtreecommitdiff
path: root/posix-shell
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-09-25 07:19:17 +0200
committerxengineering <me@xengineering.eu>2025-09-25 07:35:05 +0200
commitf02c8885748ce3cea229e109c0319194f6aa4448 (patch)
tree4ec543db8f920fd0343a97ab3f9ddef7039682d1 /posix-shell
parent549924b1f5d7b6b287dbe6704712f0abb719f203 (diff)
downloaddotfiles-f02c8885748ce3cea229e109c0319194f6aa4448.tar
dotfiles-f02c8885748ce3cea229e109c0319194f6aa4448.tar.zst
dotfiles-f02c8885748ce3cea229e109c0319194f6aa4448.zip
posix-shell: Add 'mygdb' 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 753dd68..4be4fe5 100644
--- a/posix-shell/aliases.sh
+++ b/posix-shell/aliases.sh
@@ -20,3 +20,4 @@ alias zephyr='export ZEPHYR_BASE="${HOME}/zephyrproject/zephyr" && source "${HOM
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'
+alias mygdb="gdb-multiarch -ex 'target extended-remote :3333' -ex 'set confirm off'"