diff options
Diffstat (limited to '.zshrc-linux-desktop')
-rw-r--r-- | .zshrc-linux-desktop | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.zshrc-linux-desktop b/.zshrc-linux-desktop index ddbb492..95887c0 100644 --- a/.zshrc-linux-desktop +++ b/.zshrc-linux-desktop @@ -17,3 +17,10 @@ if [[ $(whence sshfs) != "" ]] then alias kumount='fusermount -u ~/mount-k && rmdir ~/mount-k' alias aumount='fusermount -u ~/mount-ageha && rmdir ~/mount-ageha' fi + +if [[ $(whence timew) != "" ]] then + alias t='timew' + alias ts='timew summary :week' + alias tt='timew track' + alias tu='timew undo' +fi |