aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc-linux-desktop
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2021-08-05 12:05:41 -0700
committerkatherine <ageha@airen-no-jikken.icu>2021-08-05 12:05:41 -0700
commitf21c04d9a502054e988e370380dab5358c482fab (patch)
tree2d19c554a8395dff567ca109284c1cd0755e1ff9 /.zshrc-linux-desktop
parent68851c45c0ca064e20031b1f32e49638d18f7826 (diff)
downloaddotfiles-f21c04d9a502054e988e370380dab5358c482fab.tar.gz
add timew
Diffstat (limited to '.zshrc-linux-desktop')
-rw-r--r--.zshrc-linux-desktop7
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