Skip to content

Commit

Permalink
Revert "fix cdf function"
Browse files Browse the repository at this point in the history
This reverts commit f279b2a.
  • Loading branch information
paulirish committed Apr 15, 2014
1 parent 2502e5b commit 4aea00a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .functions
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ function f() {
}

# cd into whatever is the forefront Finder window.
function cdf() { # short for cdfinder
cd `osascript -e 'tell app "Finder" to POSIX path of (insertion location as alias)'`
cdf() { # short for cdfinder
cd "`osascript -e 'tell app "Finder" to POSIX path of (insertion location as alias)'`"
}


Expand Down

0 comments on commit 4aea00a

Please sign in to comment.