diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-05 21:01:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-05 21:01:02 +0000 |
commit | bf8e2d938d4ac7abd40c056cc40cccf55c328475 (patch) | |
tree | c09d79be92b214c817768b793cb239338fef2a79 /config | |
parent | a64d7ead0057000050993edf99723aecf76f9e7e (diff) |
2002-06-05 Roland McGrath <roland@frob.com>
* login-.bash_login: Prepend ~/ to file names.
Diffstat (limited to 'config')
-rw-r--r-- | config/login-.bash_login | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/login-.bash_login b/config/login-.bash_login index 19e522b2..eecad52a 100644 --- a/config/login-.bash_login +++ b/config/login-.bash_login @@ -1,2 +1,2 @@ -. .bashrc -. .profile +. ~/.bashrc +. ~/.profile |