diff options
Diffstat (limited to 'home/xyz/.local/bin')
| -rwxr-xr-x | home/xyz/.local/bin/neomutt | 7 | ||||
| -rwxr-xr-x | home/xyz/.local/bin/xdg-terminal-exec | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/neomutt b/home/xyz/.local/bin/neomutt new file mode 100755 index 00000000..53d28ac5 --- /dev/null +++ b/home/xyz/.local/bin/neomutt @@ -0,0 +1,7 @@ +#!/bin/sh + +# neomutt shutdown-hook is buggy with mbsync, so I decided to use a wrapper script instead +# more see neomuttrc and vq bug notes +mbsync -a +/usr/bin/neomutt "$@" +mbsync -a diff --git a/home/xyz/.local/bin/xdg-terminal-exec b/home/xyz/.local/bin/xdg-terminal-exec new file mode 100755 index 00000000..77dd8d05 --- /dev/null +++ b/home/xyz/.local/bin/xdg-terminal-exec @@ -0,0 +1,3 @@ +#!/bin/sh + +exec alacritty -e "$@" |
