From: Ian Kelling Date: Sat, 21 Jun 2014 05:13:05 +0000 (-0400) Subject: minor fix X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=commitdiff_plain;h=b1eba4bd5d602f79f1077e39aa003a354b0896e8 minor fix --- 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