diff options
author | Jan Krautmacher <jan.krautmacher@indurad.com> | 2025-09-25 07:19:33 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-09-25 07:35:06 +0200 |
commit | e316bbb0435c93ad1cdd53ccda940cfff6f5e735 (patch) | |
tree | d11a3c6561f6f02e876702f2cc706dc1995f621b | |
parent | 32ac31af58c52a9b08ed2cda9d07c2ece08ff7c8 (diff) | |
download | dotfiles-e316bbb0435c93ad1cdd53ccda940cfff6f5e735.tar dotfiles-e316bbb0435c93ad1cdd53ccda940cfff6f5e735.tar.zst dotfiles-e316bbb0435c93ad1cdd53ccda940cfff6f5e735.zip |
posix-shell: Add pdf2png alias
-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 b802650..df2620e 100644 --- a/posix-shell/aliases.sh +++ b/posix-shell/aliases.sh @@ -22,3 +22,4 @@ 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'" +alias pdf2png="convert -background white -alpha remove -alpha off -density 600" |