summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/zshrc')
-rw-r--r--accounts/gkleen@sif/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc
index df0fe1d6..c532b308 100644
--- a/accounts/gkleen@sif/zshrc
+++ b/accounts/gkleen@sif/zshrc
@@ -187,7 +187,7 @@ tmpdir() {
187 cd / 187 cd /
188 unmount() { 188 unmount() {
189 printf "Unmounting %s\n" ${1} >&2 189 printf "Unmounting %s\n" ${1} >&2
190 fusermount -u ${1} || umount ${1} || sudo umount ${1} 190 fusermount3 -u ${1} || umount ${1} || sudo umount ${1}
191 } 191 }
192 192
193 if [[ -n ${dir} ]]; then 193 if [[ -n ${dir} ]]; then