diff --git a/.config/zsh/plugins/functionsPost.zsh b/.config/zsh/plugins/functionsPost.zsh index 40874de..f8e3865 100644 --- a/.config/zsh/plugins/functionsPost.zsh +++ b/.config/zsh/plugins/functionsPost.zsh @@ -327,6 +327,6 @@ safe-remove() { [ -e "$1" ] || return 1 sync - udiskctl unmount -b "$1" || return 1 - udiskctl power-off -b "/dev/$(lsblk -no pkname "$1")" + udisksctl unmount -b "$1" || return 1 + udisksctl power-off -b "/dev/$(lsblk -no pkname "$1")" }