diff options
author | Himbeer <himbeer@disroot.org> | 2024-10-18 11:25:28 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-10-27 18:50:11 +0100 |
commit | a5b5f1ef9f362b839c1454d44baf49697e001f2d (patch) | |
tree | 1b7f59934e6e10937cc8f920b776aafe09e2e972 /bin/start-aerc | |
parent | 9f4b80f09530e0bc14604673655d4b6254b5c553 (diff) |
Switch from thunderbird to aerc
Diffstat (limited to 'bin/start-aerc')
-rwxr-xr-x | bin/start-aerc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/start-aerc b/bin/start-aerc new file mode 100755 index 0000000..b0360a0 --- /dev/null +++ b/bin/start-aerc @@ -0,0 +1,5 @@ +#!/bin/sh + +export EDITOR='vim -c "setlocal textwidth=72 formatoptions-=t"' + +aerc |