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 334749f3d2ff737cf4716c511ced2b8ab200da15
parent 382dc075c774c9d730b69281262abc4281490b41
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Thu, 27 Jul 2017 13:40:12 +0200

add aliases for US time zones

Diffstat:
M.zshrc | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.zshrc b/.zshrc @@ -133,7 +133,11 @@ alias ipython-prof='ipython -m cProfile -s time' alias python-prof='python -m cProfile -s time' alias pipupgrade='pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs sudo pip install -U' alias denmark-date='TZ=Europe/Copenhagen date' -alias date-denmark='TZ=Europe/Copenhagen date' +alias eastern-date='TZ=US/Eastern date' +alias pacific-date='TZ=US/Pacific date' +alias date-denmark='denmark-date' +alias date-eastern='eastern-date' +alias date-pacific='pacific-date' function define() { curl --silent dict://dict.org/d:$1 } # enable color support of ls and also add handy aliases