summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 8828853..15df153 100644
--- a/.bashrc
+++ b/.bashrc
@@ -116,6 +116,8 @@ set -o vi
# Set options for some frequently used programs
export LS_OPTIONS='-lha --color=auto'
+export TAR_EXTRACT='-xvzf'
+export TAR_ARCHIVE='-cvzf'
export MKDIR_OPTIONS='-p'
# Groff shenanigans