Skip to content

Instantly share code, notes, and snippets.

@jaz303
Created November 4, 2010 10:32
Show Gist options
  • Save jaz303/662312 to your computer and use it in GitHub Desktop.
Save jaz303/662312 to your computer and use it in GitHub Desktop.
function dir_warp {
if [ "$(pwd)" == "$HOME" ]
then
cd "`pbpaste`"
else
pwd | pbcopy
fi
}
alias ::="dir_warp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment