diff options
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |