commit 2f38c17a921520841e90f9f728ddea37b1b322de parent 9983a2f35c66798d6fd577c327e186bc1bc9c2b3 Author: hhvn <dev@hhvn.uk> Date: Tue, 13 Jul 2021 18:36:34 +0100 .l/mailcap .c/n/mailcap .w/mailcap: define mailcap under .local Diffstat:
A | .config/neomutt/mailcap | | | 2 | ++ |
R | .config/neomutt/mailcap -> .local/mailcap | | | 0 | |
M | .w3m/mailcap | | | 4 | ++-- |
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.config/neomutt/mailcap b/.config/neomutt/mailcap @@ -0,0 +1 @@ +../../.local/mailcap +\ No newline at end of file diff --git a/.config/neomutt/mailcap b/.local/mailcap diff --git a/.w3m/mailcap b/.w3m/mailcap @@ -1 +1 @@ -../.config/neomutt/mailcap -\ No newline at end of file +../.local/mailcap +\ No newline at end of file