diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-23 22:55:38 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-23 22:55:38 +0200 |
commit | c31811d4daef30fef0fb56ff219c4ae42df6adf4 (patch) | |
tree | b753fc04a42f465f6992ec79d50c706c76522e50 /config/essentials/zsh/functions.zsh | |
parent | e9f0509e71ba79fb92bb55933d19b63d2fd11ef4 (diff) |
added missing --
Diffstat (limited to 'config/essentials/zsh/functions.zsh')
-rw-r--r-- | config/essentials/zsh/functions.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/zsh/functions.zsh b/config/essentials/zsh/functions.zsh index 85efda4..c587ad2 100644 --- a/config/essentials/zsh/functions.zsh +++ b/config/essentials/zsh/functions.zsh @@ -102,7 +102,7 @@ clip() { unzipp() { unzip -- "$(readlink -f -- "$1")" || return 1 - rm $file + rm -- "$1" } # fix long waiting time |