diff options
| author | xengineering <me@xengineering.eu> | 2025-12-23 11:26:46 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2025-12-23 11:28:21 +0100 |
| commit | cfca51d18a741a1652bf0f5f730447b22fff5d82 (patch) | |
| tree | dbf266c0fcb1faab28edb64613c98a83f0947662 /posix-shell | |
| parent | 17026f9317e0933d4056be28b637435d071882a4 (diff) | |
| download | dotfiles-cfca51d18a741a1652bf0f5f730447b22fff5d82.tar dotfiles-cfca51d18a741a1652bf0f5f730447b22fff5d82.tar.zst dotfiles-cfca51d18a741a1652bf0f5f730447b22fff5d82.zip | |
Diffstat (limited to 'posix-shell')
| -rw-r--r-- | posix-shell/aliases.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/posix-shell/aliases.sh b/posix-shell/aliases.sh index 2b9df73..3201bef 100644 --- a/posix-shell/aliases.sh +++ b/posix-shell/aliases.sh @@ -17,7 +17,6 @@ alias bt="bluetoothctl" alias note='"${EDITOR}" "$(mktemp)"' 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' alias mygdb="gdb-multiarch -ex 'target extended-remote :3333' -ex 'set confirm off' -ex 'set pagination off'" |
