1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-07-03 00:10:12 +02:00
build/pkg/bash/etc/skel/.bash_profile
David Oberhollenzer 63fc33657d Filesystem skeleton cleanup
- move all bash related files to bash package
 - don't clutter files in package directory, structure
   in directory hierarchy

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-02-09 13:43:17 +01:00

4 lines
42 B
Bash

if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi