diff options
| author | xengineering <me@xengineering.eu> | 2025-12-23 11:26:35 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2025-12-23 11:28:21 +0100 |
| commit | 2087c49d1400247d527a3a9c94caf3a6ce47a0ee (patch) | |
| tree | e1002a4191748a90011d2f63e7a5b4ef618887e6 /posix-shell | |
| parent | d0bad95968b0ad1bda7ef694fdf5b8e7f396faa6 (diff) | |
| download | dotfiles-2087c49d1400247d527a3a9c94caf3a6ce47a0ee.tar dotfiles-2087c49d1400247d527a3a9c94caf3a6ce47a0ee.tar.zst dotfiles-2087c49d1400247d527a3a9c94caf3a6ce47a0ee.zip | |
posix-shell: aliases: mygdb: Disable pagination
Diffstat (limited to 'posix-shell')
| -rw-r--r-- | posix-shell/aliases.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix-shell/aliases.sh b/posix-shell/aliases.sh index df2620e..2b9df73 100644 --- a/posix-shell/aliases.sh +++ b/posix-shell/aliases.sh @@ -20,6 +20,6 @@ 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'" +alias mygdb="gdb-multiarch -ex 'target extended-remote :3333' -ex 'set confirm off' -ex 'set pagination off'" alias mydiff="wdiff --start-delete=$'\e[31m' --end-delete=$'\e[0m' --start-insert=$'\e[32m' --end-insert=$'\e[0m'" alias pdf2png="convert -background white -alpha remove -alpha off -density 600" |
