From b1eba4bd5d602f79f1077e39aa003a354b0896e8 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sat, 21 Jun 2014 01:13:05 -0400 Subject: [PATCH] minor fix --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index e46de66..e33d153 100644 --- 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 -- 2.30.2