From 9c22592fb7927bc9143dd478202bf2de6d78c485 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Tue, 18 Jul 2017 14:24:00 +0100 Subject: [PATCH] Changes --- config/mutt/mailcap | 2 ++ config/oh-my-zsh/aliases.zsh | 2 +- zprofile | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/mutt/mailcap b/config/mutt/mailcap index 754c5324..acdc2882 100755 --- a/config/mutt/mailcap +++ b/config/mutt/mailcap @@ -3,3 +3,5 @@ text/html; w3m -I %{charset} -T text/html; copiousoutput; text/html; mv %s %s.html && qutebrowser %s.html > /dev/null; needsterminal; image/*; ~/.config/mutt/muttimage.sh %s ; copiousoutput + +application/*; xdg-open %s & ; copiousoutput diff --git a/config/oh-my-zsh/aliases.zsh b/config/oh-my-zsh/aliases.zsh index 81a87f9d..1bee1840 100644 --- a/config/oh-my-zsh/aliases.zsh +++ b/config/oh-my-zsh/aliases.zsh @@ -117,4 +117,4 @@ alias debugBuild='node --inspect-brk /usr/bin/grunt build' alias lc="colorls -r" - +alias open="$TERMINAL & disown" diff --git a/zprofile b/zprofile index 2b3c36cd..e8270fad 100644 --- a/zprofile +++ b/zprofile @@ -1,5 +1,5 @@ export LANG="en_GB.UTF-8" -export TERMINAL=/usr/bin/konsole +export TERMINAL=/usr/bin/termite export TERM=xterm-256color export PATH=~/.bin:$PATH:/opt/lampp/bin:. export EDITOR='vim' @@ -11,4 +11,4 @@ GEM_PATH=$GEM_HOME export PATH=$PATH:$GEM_HOME/bin export GEM_HOME=$(ruby -e 'print Gem.user_dir') -echo -e "Please don't sabotage my computer while I'm away \n\nTo turn on the print server, run the command 'cups'\n\nTo update 3d party plugins, run command 'u3p'" | /usr/bin/cowsay -f tux -W 80 +echo -e "Please don't sabotage my computer while I'm away \n\nTo turn on the print server, run the command 'cups'\n\nTo update 3d party plugins, run command 'u3p'\n\nTo turn on my servers, run command 'sudo lampp start'" | /usr/bin/cowsay -f tux -W 80