projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83bedcc
)
heu
author
patrick nsukami
<ndkpatt@gmail.com>
Sun, 22 Nov 2015 14:50:01 +0000
(14:50 +0000)
committer
patrick nsukami
<ndkpatt@gmail.com>
Sun, 22 Nov 2015 14:50:01 +0000
(14:50 +0000)
.bash_function
patch
|
blob
|
history
diff --git
a/.bash_function
b/.bash_function
index
1770d3d
..
3db8570
100644
(file)
--- a/
.bash_function
+++ b/
.bash_function
@@
-33,6
+33,7
@@
ssh() {
command ssh "$@"
}
+
scp() {
local file=$1
local remote=$2