diff options
author | Jan Krautmacher <jan.krautmacher@indurad.com> | 2025-09-25 07:19:22 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-09-25 07:35:05 +0200 |
commit | 822855a27ac7d25504574e16feabadfb0e3c3608 (patch) | |
tree | 2766a5fb557596067080f652d721feae3a9bac02 /posix-shell | |
parent | fff34b1aef03bf3a73b5c9327ace72c6120ac35c (diff) | |
download | dotfiles-822855a27ac7d25504574e16feabadfb0e3c3608.tar dotfiles-822855a27ac7d25504574e16feabadfb0e3c3608.tar.zst dotfiles-822855a27ac7d25504574e16feabadfb0e3c3608.zip |
posix-shell: Add mydiff alias
Diffstat (limited to 'posix-shell')
-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 4be4fe5..b802650 100644 --- a/posix-shell/aliases.sh +++ b/posix-shell/aliases.sh @@ -21,3 +21,4 @@ alias myrename="perl-rename 's/[^a-zA-Z0-9äöüÄÖÜß\.\/]+/-/g; s/^-+|-+$//g 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 mydiff="wdiff --start-delete=$'\e[31m' --end-delete=$'\e[0m' --start-insert=$'\e[32m' --end-insert=$'\e[0m'" |