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

set -ex

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