make user-rc usable

This commit is contained in:
Dave Pedu 2016-01-30 17:06:19 -08:00
parent 30ae4064b7
commit 55038fe7e0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
if [ -f ~admin/.userrc ]; then
~admin/.userrc
~admin/persist/.userrc
fi