aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zsh.after/udisks.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zsh.after/udisks.zsh b/.zsh.after/udisks.zsh
index 69268ef..36f8e78 100644
--- a/.zsh.after/udisks.zsh
+++ b/.zsh.after/udisks.zsh
@@ -12,8 +12,8 @@ enable_device_aliases="true"
enable_mmc_aliases="true"
# mount commands:
-mount="udisksctl mount -b"
-unmount="udisksctl unmount -b"
+mount="sudo udisksctl mount -b"
+unmount="sudo udisksctl unmount -b"
# partitions:
device_partition="[1-9]*"