iankelling.org
/
git
/
distro-setup
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8236018
)
minor fix
author
Ian Kelling
<ian@iankelling.org>
Sat, 21 Jun 2014 05:13:05 +0000
(
01:13
-0400)
committer
Ian Kelling
<ian@iankelling.org>
Thu, 4 May 2017 23:40:14 +0000
(16:40 -0700)
.bashrc
patch
|
blob
|
history
diff --git
a/.bashrc
b/.bashrc
index e46de661f680aaf6153222d64e4044b08fab565a..e33d153c896b77c38fc463911b5717a249184ea6 100644
(file)
--- a/
.bashrc
+++ b/
.bashrc
@@
-284,7
+284,7
@@
bashrcpush () {
tar cz bin/bash-programs-by-ian bin/semi-private .profile | ssh $x tar xz
done
cd $(mktemp -d)
- cp ~/path_add-function ~/.bashrc ~/.bash_profile ~/.profile ~/.
bash_profile ~/.
inputrc .
+ cp ~/path_add-function ~/.bashrc ~/.bash_profile ~/.profile ~/.inputrc .
for x in "$@"; do
tar cz path_add-function .bashrc | ssh $x tar xz
done