0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Merge pull request #2974 from elliottwilliams/patch-1

Fix osx function: "not valid in this context"
This commit is contained in:
Robby Russell 2014-11-06 09:27:16 -08:00
commit 6118446575

View file

@ -139,7 +139,7 @@ function man-preview() {
function trash() {
local trash_dir="${HOME}/.Trash"
local temp_ifs=$IFS
local temp_ifs="$IFS"
IFS=$'\n'
for item in "$@"; do
if [[ -e "$item" ]]; then