Skip to content

Commit

Permalink
Merge pull request ohmyzsh#2974 from elliottwilliams/patch-1
Browse files Browse the repository at this point in the history
Fix osx function: "not valid in this context"
  • Loading branch information
robbyrussell committed Nov 6, 2014
2 parents e423ca0 + 73212de commit 6118446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/osx/osx.plugin.zsh
Expand Up @@ -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
Expand Down

0 comments on commit 6118446

Please sign in to comment.