From ce6236ed479ae6e7c48666a40ee1feb8d6778b6d Mon Sep 17 00:00:00 2001 From: Sheppy Date: Thu, 11 May 2017 14:03:25 +0200 Subject: [PATCH] added timeformat for thunderbird --- herbstluftwm/autostart | 2 +- zshrc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 18baefc..fc5af47 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -63,7 +63,7 @@ else fi hc keybind $Mod-p spawn pavucontrol hc keybind $Mod-Shift-l spawn libreoffice -hc keybind $Mod-t spawn icedove +hc keybind $Mod-t spawn /bin/bash -c "LC_ALL=en_DK.utf8 && export LC_ALL && thunderbird" hc keybind $Mod-Shift-i spawn urxvt -e ssh ik15ydit@ircbox.cs.fau.de -t 'tmux a -d' hc keybind $Mod-Shift-t spawn urxvt -e ssh faui06c.cs.fau.de -t "/proj/ciptmp/ik15ydit/Zeug/Telegram/tg/bin/telegram-cli -k tg-server.pub" hc keybind $Mod-j spawn /bin/bash -c "rm $HOME/.config/herbstluftwm/irc.log && herbstclient spawn urxvt -e 'exit'" diff --git a/zshrc b/zshrc index ff2a2e8..204f519 100644 --- a/zshrc +++ b/zshrc @@ -68,6 +68,9 @@ alias ..='cd ..' ## Anti-LD-Preload Chromium Wrapper ## alias chromium="export TMP_PRELD=$LD_PRELOAD && /bin/bash -c 'unset LD_PRELOAD && chromium' && export LD_PRELOAD=$TMP_PRELD" +## Start thunderbird with correct time-format ## +alias thunderbird="LC_ALL=en_DK.utf8 && export LC_ALL && thunderbird" + ## GIT ## alias gstat="git status" alias gpull="git pull"