From: Mike Frysinger Date: Mon, 6 Jan 2014 15:12:44 +0000 (-0800) Subject: custom-chroot: seed chroot with my aliases X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=badc50b0a667c734a2e2d55dc10119ddb6b3a28e;p=home.git custom-chroot: seed chroot with my aliases --- diff --git a/.bin/custom-chroot b/.bin/custom-chroot index a32a75f..113ccfa 100755 --- a/.bin/custom-chroot +++ b/.bin/custom-chroot @@ -64,6 +64,7 @@ init_chroot() { for f in "${home[@]}" ; do cp "${HOME}/${f}" "root/${f}" done + cat ~/.profile.d/aliases.sh > root/.bash_profile } usage() {