diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-02 09:53:55 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-02 09:53:55 -0700 |
| commit | 7092a7fe41c952e79ccbda8a0ce0574ed63a8e87 (patch) | |
| tree | 79efedc061730239c855c9f62d9ae65c7233a8b3 /config | |
| parent | 20b788f7f4c3e61fa364989d3b23090ca58e7e68 (diff) | |
Reduce decompression verbosity
Diffstat (limited to 'config')
| -rw-r--r-- | config/.bashrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/.bashrc b/config/.bashrc index b3f2802..caf0f17 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -11,7 +11,9 @@ export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1 export RUBY_HEAP_SLOTS_INCREMENT=400000 alias nuget='mono /usr/local/bin/nuget.exe' -tar --use-compress-program zstd -xvf /opt/asdf.tar.zst +echo 'Inflating /opt/asdf' +tar --use-compress-program zstd -xf /opt/asdf.tar.zst + # shellcheck source=/dev/null . "$ASDF_DATA_DIR/asdf.sh" # shellcheck source=/dev/null |
