diff options
Diffstat (limited to 'accounts/gkleen@sif/zshrc')
-rw-r--r-- | accounts/gkleen@sif/zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc index b24ff257..702990c3 100644 --- a/accounts/gkleen@sif/zshrc +++ b/accounts/gkleen@sif/zshrc | |||
@@ -132,6 +132,10 @@ dir() { | |||
132 | unpack=false | 132 | unpack=false |
133 | fi | 133 | fi |
134 | ;; | 134 | ;; |
135 | application/x-iso9660-image) | ||
136 | 7z x ${templateArchive} | ||
137 | unpack=false | ||
138 | ;; | ||
135 | *) | 139 | *) |
136 | tar -xvaf ${templateArchive} | 140 | tar -xvaf ${templateArchive} |
137 | unpack=false | 141 | unpack=false |