From badc50b0a667c734a2e2d55dc10119ddb6b3a28e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 6 Jan 2014 07:12:44 -0800 Subject: [PATCH] custom-chroot: seed chroot with my aliases --- .bin/custom-chroot | 1 + 1 file changed, 1 insertion(+) 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() { -- 2.39.5