summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 12eece7..857f0f8 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -380,7 +380,8 @@ alias lasth='last | head -$((LINES-1))'
alias lssh='ssh -C -o CompressionLevel=9'
-alias mate='decrement ~/stuff/$(cat /tmp/.location)/mateguthaben'
+alias mate='echo $(( $(cat ~/stuff/chaosdorf/mateguthaben) - 150 )) | sponge ~/stuff/chaosdorf/mateguthaben'
+alias cola='echo $(( $(cat ~/stuff/chaosdorf/mateguthaben) - 100 )) | sponge ~/stuff/chaosdorf/mateguthaben'
alias nb='newsbeuter'
alias nbr='newsbeuter -r'