diff --git a/plugins/pip/pip.plugin.zsh b/plugins/pip/pip.plugin.zsh index bf1aafd4a..f00b6161c 100644 --- a/plugins/pip/pip.plugin.zsh +++ b/plugins/pip/pip.plugin.zsh @@ -17,7 +17,7 @@ fi ZSH_PIP_INDEXES=(https://pypi.org/simple/) zsh-pip-clear-cache() { - rm $ZSH_PIP_CACHE_FILE + rm "$ZSH_PIP_CACHE_FILE" unset piplist } @@ -41,7 +41,7 @@ zsh-pip-cache-packages() { >> $tmp_cache done sort $tmp_cache | uniq | tr '\n' ' ' > $ZSH_PIP_CACHE_FILE - rm $tmp_cache + rm "$tmp_cache" fi } diff --git a/rxjs-pr b/rxjs-pr new file mode 160000 index 000000000..c15b37f81 --- /dev/null +++ b/rxjs-pr @@ -0,0 +1 @@ +Subproject commit c15b37f81ba5f5abea8c872b0189a70b150df4cb