summaryrefslogtreecommitdiff
path: root/config/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'config/.bashrc')
-rw-r--r--config/.bashrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/.bashrc b/config/.bashrc
index e883436..288d919 100644
--- a/config/.bashrc
+++ b/config/.bashrc
@@ -6,7 +6,6 @@ function inflate() {
local file=$1
local to_dir=$2
if [ -f "$file" ]; then
- echo "Inflating $file in $to_dir"
tar --use-compress-program zstd -xf "$file" -C "$to_dir"
rm "$file"
fi