aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-macos-10.12-x86_64/03-bashprofile.sh
blob: a59e3e6335b68fe99b3d1b60e06879d4c388cb95 (plain)
1
2
3
4
5
6
7
#!/bin/sh

set -ex

# Read .bashrc if exist
printf -- "# Get the aliases and functions\nif [ -f ~/.bashrc ]; then\n        . ~/.bashrc\nfi\n" >> ~/.bash_profile