add ospaste.

This commit is contained in:
2014-06-11 18:14:25 -07:00
parent 1efcf110c0
commit 0ba859714e
2 changed files with 8 additions and 1 deletions

View File

@@ -98,6 +98,13 @@ function clipboard() {
fi
}
function ospaste() {
if is_osx;
then
reattach-to-user-namespace pbpaste
fi
}
function git_root() {
cd `git root`
}