diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-02 09:56:57 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-02 09:56:57 -0700 |
| commit | d7611c0c415dbe1ca3c38d00921fc5a56f6c7a0b (patch) | |
| tree | cacceb5479d4a6f587c558b5fba04bbb6ef85f67 /config | |
| parent | 7092a7fe41c952e79ccbda8a0ce0574ed63a8e87 (diff) | |
Extract asdf in /opt
Diffstat (limited to 'config')
| -rw-r--r-- | config/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/.bashrc b/config/.bashrc index caf0f17..3fe7f37 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -12,7 +12,7 @@ export RUBY_HEAP_SLOTS_INCREMENT=400000 alias nuget='mono /usr/local/bin/nuget.exe' echo 'Inflating /opt/asdf' -tar --use-compress-program zstd -xf /opt/asdf.tar.zst +tar --use-compress-program zstd -xf /opt/asdf.tar.zst -C /opt # shellcheck source=/dev/null . "$ASDF_DATA_DIR/asdf.sh" |
