diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-12-11 09:53:15 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-12-11 09:53:15 +0100 |
commit | bc961c97505ae4e181d7499b6db212f563f8b036 (patch) | |
tree | 020e73b43ed9ade8c365cbf09c01bbd9032cd7d2 /.zsh_functions/hnjs_scan_a4 | |
parent | 463a12f5f35ff8c2d89eb4370569bd7323abd16b (diff) |
feat: move aliases to functions, because they are often less troublesome
Diffstat (limited to '.zsh_functions/hnjs_scan_a4')
-rw-r--r-- | .zsh_functions/hnjs_scan_a4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh_functions/hnjs_scan_a4 b/.zsh_functions/hnjs_scan_a4 new file mode 100644 index 0000000..df19ba7 --- /dev/null +++ b/.zsh_functions/hnjs_scan_a4 @@ -0,0 +1 @@ +scanimage --format=png --resolution=150 -x 208.1 -y 295.5 --progress $@ |