diff options
| author | 2024-11-20 11:36:05 +0100 | |
|---|---|---|
| committer | 2024-11-20 11:36:05 +0100 | |
| commit | c906c77632ac1442aaf74b0cd0e48bb04f7a491b (patch) | |
| tree | 5597e02aea04de30f5c1e1f5e180130f80ba12b4 /dot_local/share/sh/tmp.fish | |
| parent | sh: add uv plugin (diff) | |
sh/tmp: add `--force` to `rm` for an edge case
Diffstat (limited to 'dot_local/share/sh/tmp.fish')
| -rw-r--r-- | dot_local/share/sh/tmp.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_local/share/sh/tmp.fish b/dot_local/share/sh/tmp.fish index 9fe3a84..c5e0913 100644 --- a/dot_local/share/sh/tmp.fish +++ b/dot_local/share/sh/tmp.fish @@ -7,5 +7,5 @@ function tt set -l dir (mktemp -d) test -d $dir || return 1 cd $dir - trap "rm -r '$dir'" EXIT + trap "rm -rf '$dir'" EXIT end |
