forked from colonelpanic/dotfiles
add ospaste.
This commit is contained in:
parent
1efcf110c0
commit
0ba859714e
@ -1 +1 @@
|
||||
Subproject commit f15df1c9c1e5c083e2a21f10e8d6f43ddfbd1df6
|
||||
Subproject commit 6723c9306897e5d7ffb8f2bd961d9ff75fa5e306
|
@ -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`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user