Some new features

This commit is contained in:
Alexander Gehrke 2014-06-27 07:45:18 +02:00
parent fd463e0d24
commit 42cffd35cc
9 changed files with 588 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#!/bin/zsh
if [ -e $HOME/.wtf ] && which wtf &>/dev/null; then
if [ -e $HOME/.wtf ] && exists wtf; then
if [ -n "$WTF_WORK_END" ]; then
export WTF_REST=$(wtf raw -d $WTF_WORK_END diff);
else