summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 83cb834..87fc17e 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -392,6 +392,8 @@ alias safe='dtach -c /tmp/.dtach.$$'
alias dent='twidge update'
+alias xxz='xz -v -9 -M 800M'
+
# }}}
if [[ ${distro} == debian ]] { #{{{