aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mutt/default1
-rw-r--r--mutt/mailcap13
-rw-r--r--profile4
3 files changed, 8 insertions, 10 deletions
diff --git a/mutt/default b/mutt/default
index 06673aa..5d7369b 100644
--- a/mutt/default
+++ b/mutt/default
@@ -58,6 +58,7 @@ bind index x tag-entry
58bind index y edit-label 58bind index y edit-label
59bind index t edit-label 59bind index t edit-label
60bind index,browser l select-entry 60bind index,browser l select-entry
61bind browser h descend-directory
61bind index \\ limit 62bind index \\ limit
62bind index \cj next-entry 63bind index \cj next-entry
63bind index \ck previous-entry 64bind index \ck previous-entry
diff --git a/mutt/mailcap b/mutt/mailcap
index 1a44cfa..06bd67f 100644
--- a/mutt/mailcap
+++ b/mutt/mailcap
@@ -4,9 +4,10 @@ text/html; w3m -I %{charset} -T text/html; copiousoutput;
4application/json; jq . %s | less -N; copiousoutput; 4application/json; jq . %s | less -N; copiousoutput;
5application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; 5application/pdf; firefox '%s'; test=test -n "$DISPLAY"; needsterminal;
6application/octet-stream; firefox '%s'; test=test -n "$DISPLAY"; needsterminal; 6application/octet-stream; firefox '%s'; test=test -n "$DISPLAY"; needsterminal;
7application/zip; unzip -p '%s' | less -N 7application/zip; unzip -p '%s' | less -N;
8application/gzip; gunzip -c '%s' | less -N 8application/gzip; gunzip -c '%s' | less -N;
9image/png; feh '%s' 9application/image/png; feh '%s';
10image/jpg; feh '%s' 10image/png; feh '%s';
11image/jpeg; feh '%s' 11image/jpg; feh '%s';
12image/gif; feh '%s' 12image/jpeg; feh '%s';
13image/gif; feh '%s';
diff --git a/profile b/profile
index 578c762..953a8e1 100644
--- a/profile
+++ b/profile
@@ -60,8 +60,4 @@ fi
60# Apply nvm 60# Apply nvm
61[ -e $HOME/.config/nvm/nvm.sh ] && source "$HOME/.config/nvm/nvm.sh" 61[ -e $HOME/.config/nvm/nvm.sh ] && source "$HOME/.config/nvm/nvm.sh"
62 62
63# Working DIR
64# [[ `pwd` == $HOME ]] && test -d ~/Downloads && cd ~/Downloads
65#cd ~/git/dumbymap 2>/dev/null || cd ~/Downloads
66
67true 63true