dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d3655ba48a12967fcafa74d22b5d61db3c1125a9
parent 8410dee006f1613c8af9673c069875102b2d775e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 11 Nov 2019 10:03:24 +0100

Add UTC date alias

Diffstat:
M.config/openttd/openttd.cfg | 6+++---
M.profile | 1+
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.config/openttd/openttd.cfg b/.config/openttd/openttd.cfg @@ -11,7 +11,7 @@ musicdriver = "extmidi:cmd=/home/ad/.config/openttd/playmidi" sounddriver = blitter = language = english_US.lng -resolution = 2560,1423 +resolution = 2560,1422 screenshot_format = savegame_format = rightclick_emulate = false @@ -461,8 +461,8 @@ none = start_date=730 none = [version] -version_string = 1.9.2 -version_number = 19286D64 +version_string = 1.9.3 +version_number = 19386D64 [newgrf] diff --git a/.profile b/.profile @@ -92,6 +92,7 @@ else alias mi="sudo make install" fi +alias date-utc='TZ=UTC date' alias date-denmark='TZ=Europe/Copenhagen date' alias date-eastern='TZ=US/Eastern date' alias date-pacific='TZ=US/Pacific date'