From f6f4a9b434b4e3774f981603d08b210dc5918846 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 17 Dec 2013 12:14:49 -0500 Subject: [PATCH] use ~vapier instead of /home/vapier --- .profile.d/ROOT-bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile.d/ROOT-bashrc b/.profile.d/ROOT-bashrc index 240b10a..0a8e355 100644 --- a/.profile.d/ROOT-bashrc +++ b/.profile.d/ROOT-bashrc @@ -1,4 +1,4 @@ -for sh in /home/vapier/.profile.d/{.pre,*,.post}.sh ; do +for sh in ~vapier/.profile.d/{.pre,*,.post}.sh ; do . "$sh" done unset sh -- 2.39.5