🐛 fix import script

This commit is contained in:
Nils Norman Haukås 2022-01-02 17:58:05 +01:00
parent e437fa9c2b
commit 187bc498f2

View file

@ -8,8 +8,8 @@ else
IMPORT_STATEMENT=$(cat << "EOF"
# Import additional functionality from dotfile setup.
if [ -f ".bashrc_local" ]; then
source ".bashrc_local"
if [ -f "/home/nilsnh/.bashrc_local" ]; then
source "/home/nilsnh/.bashrc_local"
fi
EOF
)