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 7ecc681dbee6a96bb3aefd14645176595176fb89
parent 08efdc099e74a1ec7b3ee421a228274b8995e43b
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Tue, 10 May 2016 13:57:14 -0700

add wordnet, add reminder to zsh

Diffstat:
M.zshrc | 1+
Mdebian-install.sh | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.zshrc b/.zshrc @@ -125,6 +125,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' +function define() { echo "use wn command from package wordnet" } # enable color support of ls and also add handy aliases if [[ "$ARCH" != 'Darwin' ]]; then diff --git a/debian-install.sh b/debian-install.sh @@ -58,6 +58,7 @@ sudo apt-get install \ vim \ vim-nox \ w3m \ + wordnet \ xautolock \ xbacklight \ xbindkeys \