diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-09-15 16:27:51 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-09-15 16:27:51 +0200 |
commit | 52f05f60c098ff172a572364acbd0c9bbf0457c7 (patch) | |
tree | 0b1cc15671e32106d51464879f966371c84d29af | |
parent | 56ee36782a497d890841fa0dfbc17bd9a8f94c1c (diff) |
better mate alias
-rw-r--r-- | etc/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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' |