summary refs log tree commit diff
path: root/modules/programs/bash/bashrc-user.sh
blob: ef536c132c9b6e89d246bec5bd3ae6c98c51642c (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

if [ -f /etc/bashrc ]
then
    source /etc/bashrc
fi