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 5dd19ea265b94727a6ed3f14310db2becbbe0b7d
parent 6f30a00a5a1c396e063a06cac227c4e409e708ef
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Thu,  1 Dec 2016 09:49:57 -0800

add alias for denmark-date

Diffstat:
M.zshrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.zshrc b/.zshrc @@ -128,6 +128,7 @@ 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' function define() { curl --silent dict://dict.org/d:$1 } # enable color support of ls and also add handy aliases