Some new features
This commit is contained in:
parent
fd463e0d24
commit
42cffd35cc
9 changed files with 588 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue