forked from colonelpanic/dotfiles
add ospaste.
This commit is contained in:
Submodule dotfiles/emacs.d updated: f15df1c9c1...6723c93068
@@ -98,6 +98,13 @@ function clipboard() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function ospaste() {
|
||||||
|
if is_osx;
|
||||||
|
then
|
||||||
|
reattach-to-user-namespace pbpaste
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
function git_root() {
|
function git_root() {
|
||||||
cd `git root`
|
cd `git root`
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user